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