SoloVim/lua/plugins/garbage_day.lua
2024-08-21 22:56:15 +03:00

12 lines
238 B
Lua

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