nvim-lua.kickstart.nvim/lua/plugins/neo_tree.lua
laperpo c136cac530 Personalised and added some of my own config stuff.
This will probably be the last version of this config for a while.
Mostly keeping it for reference.

Custom config time!
2025-05-03 14:45:20 +01:00

10 lines
165 B
Lua

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