✨ feat(nvim): added notifications to garbage-day plugin
This commit is contained in:
parent
50f56fcc62
commit
3ea19614f1
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ return {
|
||||||
"zeioth/garbage-day.nvim",
|
"zeioth/garbage-day.nvim",
|
||||||
event = "LspAttach",
|
event = "LspAttach",
|
||||||
opts = {
|
opts = {
|
||||||
|
notifications = true,
|
||||||
grace_period = 60 * 10,
|
grace_period = 60 * 10,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue