Browse Source

pin the nvim-tree.lua in master branch

Abouzar Parvan 3 years ago
parent
commit
4126e5765d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lua/plugins.lua

+ 1 - 1
lua/plugins.lua

@@ -84,7 +84,7 @@ return {
     "kyazdani42/nvim-tree.lua",
     -- event = "BufWinOpen",
     -- cmd = "NvimTreeToggle",
-    -- commit = "fd7f60e242205ea9efc9649101c81a07d5f458bb",
+    commit = "d7f73b5ae9c8fa85535c32e2861c2cb97df5d56b",
     config = function()
       require("core.nvimtree").setup()
     end,