unpin nvim-tree.lua

This commit is contained in:
Abouzar Parvan 2021-07-18 19:36:56 +00:00 committed by GitHub
parent dd4dbdd184
commit e264bfe06d
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

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