fix: hack for dashboard.nvim so that it shows errors when exiting

This commit is contained in:
Folke Lemaitre
2024-06-03 07:12:17 +02:00
parent da7b7738eb
commit 6c3fd9fedf

View File

@ -354,7 +354,7 @@ return {
{ action = 'lua require("persistence").load()', desc = " Restore Session", icon = "", key = "s" },
{ action = "LazyExtras", desc = " Lazy Extras", icon = "", key = "x" },
{ action = "Lazy", desc = " Lazy", icon = "󰒲 ", key = "l" },
{ action = "qa", desc = " Quit", icon = "", key = "q" },
{ action = function() vim.api.nvim_input("<cmd>qa<cr>") end, desc = " Quit", icon = "", key = "q" },
},
footer = function()
local stats = require("lazy").stats()