fix: bump nvim-tree version

This commit is contained in:
kylo252 2021-10-09 22:36:11 +02:00
parent caf62bcfed
commit b98264042f

View file

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