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