nvim: add nvim-tree

This commit is contained in:
2024-08-08 20:12:27 -05:00
parent ed7a46b460
commit 6ecfaaf535
4 changed files with 31 additions and 11 deletions

View File

@ -0,0 +1,6 @@
return {
"nvim-tree/nvim-tree.lua",
config = function()
require("nvim-tree").setup()
end
}