feat(lsp): don't kill dev-tools on timeout
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
---@type LazySpec
|
---@type LazySpec
|
||||||
return {
|
return {
|
||||||
|
{
|
||||||
"AstroNvim/astrolsp",
|
"AstroNvim/astrolsp",
|
||||||
|
optional = true,
|
||||||
---@type AstroLSPOpts
|
---@type AstroLSPOpts
|
||||||
opts = {
|
opts = {
|
||||||
---@diagnostic disable: missing-fields
|
---@diagnostic disable: missing-fields
|
||||||
@@ -28,4 +30,18 @@ return {
|
|||||||
semantic_tokens = true,
|
semantic_tokens = true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"zeioth/garbage-day.nvim",
|
||||||
|
optional = true,
|
||||||
|
opts = {
|
||||||
|
excluded_lsp_clients = {
|
||||||
|
"null-ls",
|
||||||
|
"jdtls",
|
||||||
|
"marksman",
|
||||||
|
"lua_ls",
|
||||||
|
"dev-tools",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user