1
0
neovim_config/lua/barink/plugins/neo-tree.lua
nigel barink 1bb7a56d5c
Bunch of updates to NVIM setup for Windows
Updated Settings
* Added new keymaps in keys.lua
* improved LSP setup

Plugins Removed
* codellama
* hardtime

Additional Plugins added
* Added edgy
* Added neo-tree
* Added todo-comments
* Added which-key
2024-07-15 21:58:28 +02:00

10 lines
207 B
Lua

return {
"nvim-neo-tree/neo-tree.nvim",
branch = "v3.x",
dependencies = {
"nvim-lua/plenary.nvim",
"nvim-tree/nvim-web-devicons",
"MunifTanjim/nui.nvim"
},
}