Add nvim-tree

This commit is contained in:
Alexander Roso 2026-02-09 09:08:13 +01:00
parent c43196a300
commit d3a56f6513
2 changed files with 7 additions and 0 deletions

5
lua/plugins/tree.lua Normal file
View file

@ -0,0 +1,5 @@
return {
"nvim-tree/nvim-tree.lua",
dependencies = { "nvim-tree/nvim-web-devicons" },
config = true
}