feat(lsp): don't kill dev-tools on timeout

This commit is contained in:
2025-06-13 15:28:45 +02:00
parent 40200b5e89
commit e9a591d25d

View File

@@ -1,6 +1,8 @@
---@type LazySpec
return {
{
"AstroNvim/astrolsp",
optional = true,
---@type AstroLSPOpts
opts = {
---@diagnostic disable: missing-fields
@@ -28,4 +30,18 @@ return {
semantic_tokens = true,
},
},
},
{
"zeioth/garbage-day.nvim",
optional = true,
opts = {
excluded_lsp_clients = {
"null-ls",
"jdtls",
"marksman",
"lua_ls",
"dev-tools",
},
},
},
}