started to mess with vim

This commit is contained in:
2025-02-22 14:49:42 +01:00
parent ff2289c6a0
commit 066c97083e
7 changed files with 67 additions and 1 deletions

View File

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