Adds git support for optolith
This commit is contained in:
parent
2ea0877394
commit
576eba8e4e
5 changed files with 82 additions and 47 deletions
8
.config/nvim-notes/lua/plugins/neotree.lua
Normal file
8
.config/nvim-notes/lua/plugins/neotree.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
"nvim-neo-tree/neo-tree.nvim",
|
||||
opts = {
|
||||
window = {
|
||||
width = 40,
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue