Initial version

This commit is contained in:
Lol3rrr
2025-04-09 17:04:45 +02:00
commit b71409d0f5
12 changed files with 399 additions and 0 deletions

10
lua/plugins/neo-tree.lua Normal file
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", -- Optional image support in preview window: See `# Preview Mode` for more information
}
}}