add early retirement

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-11-05 23:09:38 -06:00
parent 0a17321086
commit 8074c42534
3 changed files with 12 additions and 1 deletions

View file

@ -0,0 +1,10 @@
return {
"chrisgrieser/nvim-early-retirement",
config = true,
event = "VeryLazy",
opts = {
retirementAgeMins = 3,
-- notificationOnAutoClose = true,
deleteBufferWhenFileDeleted = true,
},
}