LazyVim-custom/lua/plugins/neotree.lua
2025-03-09 16:27:37 +03:00

10 lines
138 B
Lua

return {
'nvim-neo-tree/neo-tree.nvim',
opts = {
close_if_last_window = true,
window = {
position = 'right'
}
}
}