setup nvim-tree

This commit is contained in:
2025-09-11 15:36:02 +02:00
parent 9c8ca2225d
commit 95709eb068
5 changed files with 49 additions and 11 deletions

4
lua/plugins.lua Normal file
View File

@@ -0,0 +1,4 @@
return {
require("plugins.catppuccin"),
require("plugins.nvim-tree")
}