diff --git a/nvim/lua/plugins/tree.lua b/nvim/lua/plugins/tree.lua index 18323c7..4082f36 100644 --- a/nvim/lua/plugins/tree.lua +++ b/nvim/lua/plugins/tree.lua @@ -1,6 +1,6 @@ return { 'nvim-tree/nvim-tree.lua', - event = 'VeryLazy', + -- event = 'VeryLazy', dependencies = 'nvim-tree/nvim-web-devicons', init = function() local function open_nvim_tree()