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",
|
|
},
|
|
},
|
|
},
|
|
}
|