add early retirement
This commit is contained in:
parent
0a17321086
commit
8074c42534
3 changed files with 12 additions and 1 deletions
10
lua/plugins/early-retirement.lua
Normal file
10
lua/plugins/early-retirement.lua
Normal file
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
"chrisgrieser/nvim-early-retirement",
|
||||
config = true,
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
retirementAgeMins = 3,
|
||||
-- notificationOnAutoClose = true,
|
||||
deleteBufferWhenFileDeleted = true,
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue