@@ -36,7 +36,7 @@ local modules = {
3636 { " AckslD/messages.nvim" , event = " VeryLazy" , config = vim .g .multigrid and " plugins.messages" or false },
3737 { " rcarriga/nvim-notify" , config = vim .g .multigrid and " plugins.notify" or false },
3838 -- File Tree
39- { " nvim-neo-tree/neo-tree.nvim" , dependencies = " MunifTanjim/nui.nvim" , config = " plugins.neo-tree" },
39+ { " nvim-neo-tree/neo-tree.nvim" , dependencies = " MunifTanjim/nui.nvim" , config = " plugins.neo-tree" , eager = true },
4040 -- Terminal
4141 { " akinsho/toggleterm.nvim" , event = " VeryLazy" , config = " plugins.toggleterm" },
4242 { " willothy/flatten.nvim" , priority = 100 , config = " plugins.flatten" },
@@ -49,7 +49,7 @@ local modules = {
4949
5050 -- Buffer- & Window Management -----------------------------------------------
5151 -- { "akinsho/bufferline.nvim", config = "plugins.bufferline" },
52- { " romgrk/barbar.nvim" , event = " VeryLazy " , config = " plugins.barbar" },
52+ { " romgrk/barbar.nvim" , config = " plugins.barbar" },
5353 { " Bekaboo/dropbar.nvim" , event = " VeryLazy" , config = " plugins.dropbar" },
5454 { " kwkarlwang/bufresize.nvim" , event = " VeryLazy" , opts = {} }, -- handle split window sizes on client resize
5555 { " gorbit99/codewindow.nvim" , event = " VeryLazy" , config = " plugins.codewindow" },
0 commit comments