sessions and nvim tree
This commit is contained in:
parent
b542af2f39
commit
78f04bda73
12 changed files with 239 additions and 12 deletions
8
lua/plugins/early_retirement.lua
Normal file
8
lua/plugins/early_retirement.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
"chrisgrieser/nvim-early-retirement",
|
||||
config = true,
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
retirementAgeMins = 1,
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue