This commit is contained in:
2026-04-04 09:43:55 -04:00
parent 956f9ef300
commit 0c4a2ab0e6
14 changed files with 662 additions and 1187 deletions
+8 -10
View File
@@ -1,11 +1,9 @@
vim.pack.add({
{
src = 'https://github.com/nvim-neo-tree/neo-tree.nvim',
version = vim.version.range('3')
return {
"nvim-neo-tree/neo-tree.nvim",
version = "3.*",
dependencies = {
"nvim-lua/plenary.nvim",
"MunifTanjim/nui.nvim",
"nvim-tree/nvim-web-devicons",
},
-- dependencies
"https://github.com/nvim-lua/plenary.nvim",
"https://github.com/MunifTanjim/nui.nvim",
-- optional, but recommended
"https://github.com/nvim-tree/nvim-web-devicons",
})
}