Fix intro screen

This commit is contained in:
2023-09-19 16:02:10 +02:00
parent 653db783b5
commit f12eff2a2d
+2 -1
View File
@@ -204,7 +204,8 @@ local plugins = {
}, },
{ {
"folke/noice.nvim", "folke/noice.nvim",
event = "VeryLazy", -- see issue https://github.com/folke/lazy.nvim/issues/1038
-- event = "VeryLazy",
dependencies = { dependencies = {
"MunifTanjim/nui.nvim", "MunifTanjim/nui.nvim",
}, },