Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit b0e105a

Browse files
committed
change opts
1 parent bfced03 commit b0e105a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

lua/user/plugins/workflow.lua

+5-3
Original file line numberDiff line numberDiff line change
@@ -818,9 +818,11 @@ plug({
818818

819819
plug({
820820
'chrisgrieser/nvim-early-retirement',
821-
event = "VeryLazy",
821+
event = 'VeryLazy',
822822
opts = {
823823
notificationOnAutoClose = true,
824-
retirementAgeMins = 15
825-
}
824+
retirementAgeMins = 15,
825+
minimumBufferNum = 6,
826+
deleteBufferWhenFileDeleted = false,
827+
},
826828
})

0 commit comments

Comments
 (0)