fix lag and add buffer management

This commit is contained in:
yaso 2026-07-07 15:10:01 +02:00
parent 9f86c36b7e
commit e045491ec1
8 changed files with 121 additions and 24 deletions

View file

@ -0,0 +1,16 @@
return {
"chrisgrieser/nvim-early-retirement",
event = "VeryLazy",
opts = {
ignoreFilenamePattern = "FLUTTER_DEV_LOG",
ignoredFiletypes = { "log" },
retirementAgeMins = 10,
minimumBufferNum = 5,
ignoreUnsavedChangesBufs = true,
ignoreVisibleBufs = true,
ignoreSpecialBuftypes = true,
ignoreAltFile = true,
notificationOnAutoClose = true,
deleteBufferWhenFileDeleted = false,
},
}