14 lines
203 B
Lua
14 lines
203 B
Lua
|
--stylua-ignore
|
||
|
--define file navigation and manipulation configurations
|
||
|
|
||
|
return {
|
||
|
{
|
||
|
"nvim-neo-tree/neo-tree.nvim",
|
||
|
opts = {
|
||
|
window = {
|
||
|
position = "right",
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
}
|