mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2025-10-21 20:10:41 +00:00
12 lines
238 B
Lua
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,
|
|
},
|
|
}
|