nvim: i don't even know man

This commit is contained in:
2023-10-06 13:35:21 +03:00
parent cf2d046bbd
commit e709f72e4a
8 changed files with 80 additions and 67 deletions

View File

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