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!
This commit is contained in:
laperpo 2025-05-03 14:45:20 +01:00
parent e02f9a2c32
commit c136cac530
7 changed files with 122 additions and 62 deletions

10
lua/plugins/neo_tree.lua Normal file
View file

@ -0,0 +1,10 @@
return {
{
"nvim-neo-tree/neo-tree.nvim",
opts = {
window = {
position = "right",
},
},
},
}