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