pin the nvim-tree.lua in master branch

This commit is contained in:
Abouzar Parvan 2021-09-27 13:22:36 +03:30 committed by GitHub
parent 294ed3684a
commit 4126e5765d
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

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