This commit is contained in:
skullbite
2025-03-05 15:10:46 -05:00
commit d47990e7f1
5 changed files with 71 additions and 0 deletions

19
lua/plugins/init.lua Normal file
View File

@@ -0,0 +1,19 @@
return {
{
"nvim-neo-tree/neo-tree.nvim",
branch = "v3.x",
dependencies = {
"nvim-lua/plenary.nvim",
"nvim-tree/nvim-web-devicons", -- not strictly required, but recommended
"MunifTanjim/nui.nvim",
-- {"3rd/image.nvim", opts = {}}, -- Optional image support in preview window: See `# Preview Mode` for more information
}
},
{
"catppuccin/nvim",
name = "catppuccin",
priority = 1000
}
}