LazyVim-custom/lua/plugins/neotree.lua
2024-11-18 22:53:52 +03:00

9 lines
105 B
Lua

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