diff options
-rw-r--r-- | lua/plugins.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 8ad8b9e6..0f9a7a3e 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -61,6 +61,7 @@ return require("packer").startup(function(use) use { "kyazdani42/nvim-tree.lua", + event = "BufEnter", -- cmd = "NvimTreeToggle", config = function() require("lv-nvimtree").config() |