✨ feat(nvim): added early retirement extra
This commit is contained in:
parent
a9edb662ce
commit
2437538669
1 changed files with 7 additions and 0 deletions
7
.config/nvim/lua/plugins/extras/editor/retirement.lua
Normal file
7
.config/nvim/lua/plugins/extras/editor/retirement.lua
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
return {
|
||||||
|
"chrisgrieser/nvim-early-retirement",
|
||||||
|
event = "BufRead",
|
||||||
|
opts = {
|
||||||
|
retirementAgeMins = 30,
|
||||||
|
},
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue