mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-07 19:44:58 +02:00
11 lines
165 B
Lua
11 lines
165 B
Lua
|
return {
|
||
|
{
|
||
|
"nvim-neo-tree/neo-tree.nvim",
|
||
|
opts = {
|
||
|
window = {
|
||
|
position = "right",
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
}
|