Nvim: new plugins

This commit is contained in:
Robert Kmieć
2024-06-03 23:34:22 +02:00
parent 063a693f19
commit 27eda40ccb
5 changed files with 36 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
return {
'zeioth/garbage-day.nvim',
event = "VeryLazy",
opts = {
wakeup_delay = 5000
}
}