feat: add nvim-tree

This commit is contained in:
2025-05-31 15:51:49 -07:00
parent 6c3950f533
commit ea6597b7c4
13 changed files with 10 additions and 1 deletions

0
.config/nvim/lua/rocketcamel/plugins/conform.lua Executable file → Normal file
View File

0
.config/nvim/lua/rocketcamel/plugins/lsp.lua Executable file → Normal file
View File

0
.config/nvim/lua/rocketcamel/plugins/mini.lua Executable file → Normal file
View File

View File

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

0
.config/nvim/lua/rocketcamel/plugins/telescope.lua Executable file → Normal file
View File

0
.config/nvim/lua/rocketcamel/plugins/theme.lua Executable file → Normal file
View File

0
.config/nvim/lua/rocketcamel/plugins/treesitter.lua Executable file → Normal file
View File