sessions and nvim tree

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-05-01 18:11:18 -05:00
parent b542af2f39
commit 78f04bda73
12 changed files with 239 additions and 12 deletions

View file

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