From b98264042f558751483e2c993ebed11a5bcbb1de Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Sat, 9 Oct 2021 22:36:11 +0200 Subject: [PATCH] fix: bump nvim-tree version --- lua/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index 65eb16a8..c0ac1370 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -72,7 +72,7 @@ return { "kyazdani42/nvim-tree.lua", -- event = "BufWinOpen", -- cmd = "NvimTreeToggle", - commit = "d7f73b5ae9c8fa85535c32e2861c2cb97df5d56b", + commit = "edc74ee6c4aebdcbaea092557db372b93929f9d0", config = function() require("core.nvimtree").setup() end,