summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorAbouzar Parvan <[email protected]>2021-07-19 04:35:33 +0000
committerGitHub <[email protected]>2021-07-19 04:35:33 +0000
commit047f641b05ff3e4fb8cdc614610158efd30c18fd (patch)
tree1fc28693ddc84ea4aa56320d6838833bc139ff73 /lua
parent849b28f153d127ebeefe23d5f8943980c0d60d9e (diff)
reverting due to #1018
Diffstat (limited to 'lua')
-rw-r--r--lua/plugins.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua
index 9d934697..f880cc1f 100644
--- a/lua/plugins.lua
+++ b/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,