Browse Source

reverting due to #1018

Abouzar Parvan 4 năm trước cách đây
mục cha
commit
047f641b05
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lua/plugins.lua

+ 1 - 1
lua/plugins.lua

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