WIP on new config
This commit is contained in:
parent
c86f67f0f7
commit
c42f197307
13 changed files with 354 additions and 85 deletions
10
lua/plugins/editor_earl_retirement.lua
Normal file
10
lua/plugins/editor_earl_retirement.lua
Normal file
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
"chrisgrieser/nvim-early-retirement",
|
||||
config = true,
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
retirementAgeMins = 1,
|
||||
notificationOnAutoClose = true,
|
||||
-- deleteBufferWhenFileDeleted = true,
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue