7 lines
107 B
Lua
7 lines
107 B
Lua
return {
|
|
"zeioth/garbage-day.nvim",
|
|
event = "LspAttach",
|
|
opts = {
|
|
grace_period = 60 * 10,
|
|
},
|
|
}
|