fix lag and add buffer management
This commit is contained in:
parent
9f86c36b7e
commit
e045491ec1
8 changed files with 121 additions and 24 deletions
16
lua/plugins/early_retirement.lua
Normal file
16
lua/plugins/early_retirement.lua
Normal 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,
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue