diff options
author | kylo252 <[email protected]> | 2021-10-09 22:36:11 +0200 |
---|---|---|
committer | kylo252 <[email protected]> | 2021-10-09 22:36:11 +0200 |
commit | b98264042f558751483e2c993ebed11a5bcbb1de (patch) | |
tree | 55eb7b2f57d4c6a4605fe8c6ca30c39fa9d75a55 | |
parent | caf62bcfed4fc6cfed26164e39d22a568d21f9d0 (diff) |
fix: bump nvim-tree version
-rw-r--r-- | lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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, |