feat(nvim): added early retirement extra

This commit is contained in:
Sergio Laín 2023-12-01 00:45:58 +01:00
parent a9edb662ce
commit 2437538669
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -0,0 +1,7 @@
return {
"chrisgrieser/nvim-early-retirement",
event = "BufRead",
opts = {
retirementAgeMins = 30,
},
}