2024-04-18 23:20:06 -07:00
|
|
|
--stylua-ignore
|
|
|
|
--define file navigation and manipulation configurations
|
|
|
|
|
|
|
|
return {
|
|
|
|
{
|
|
|
|
"nvim-neo-tree/neo-tree.nvim",
|
2024-04-19 01:26:49 -07:00
|
|
|
close_if_last_window = true,
|
2024-04-18 23:20:06 -07:00
|
|
|
opts = {
|
|
|
|
window = {
|
|
|
|
position = "right",
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
}
|