10 lines
169 B
Lua
10 lines
169 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",
|
||
|
},
|
||
|
}
|