Moved nvim into the skel folder, removed yuck plugin as it's not in use

This commit is contained in:
2025-05-15 15:39:04 -04:00
parent 3411aa882f
commit 473a33d041
9 changed files with 0 additions and 5 deletions

View File

@@ -0,0 +1,12 @@
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
},
},
}