mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-07 11:35:06 +02:00
This will probably be the last version of this config for a while. Mostly keeping it for reference. Custom config time!
10 lines
165 B
Lua
10 lines
165 B
Lua
return {
|
|
{
|
|
"nvim-neo-tree/neo-tree.nvim",
|
|
opts = {
|
|
window = {
|
|
position = "right",
|
|
},
|
|
},
|
|
},
|
|
}
|