Skip to content

Commit ec0d025

Browse files
committed
tree,barbar: adjust plugin loading
related to properly loading highlights on startup
1 parent e5f25c3 commit ec0d025

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/nxvim/init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)