SoloVim/lua/plugins/garbage_day.lua

12 lines
221 B
Lua

return {
"zeioth/garbage-day.nvim",
dependencies = { "neovim/nvim-lspconfig" },
event = "VeryLazy",
opts = {
aggressive_mode = false,
excluded_lsp_clients = {},
grace_period = 60 * 15,
wakeup_delay = 0,
},
}