mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-07 19:44:58 +02:00
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:
parent
e02f9a2c32
commit
c136cac530
7 changed files with 122 additions and 62 deletions
10
lua/plugins/neo_tree.lua
Normal file
10
lua/plugins/neo_tree.lua
Normal file
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
{
|
||||
"nvim-neo-tree/neo-tree.nvim",
|
||||
opts = {
|
||||
window = {
|
||||
position = "right",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue