feat(nvim): added notifications to garbage-day plugin

This commit is contained in:
Sergio Laín 2023-12-06 18:47:31 +01:00
parent 50f56fcc62
commit 3ea19614f1
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -2,6 +2,7 @@ return {
"zeioth/garbage-day.nvim",
event = "LspAttach",
opts = {
notifications = true,
grace_period = 60 * 10,
},
}