feat(lsp): don't kill dev-tools on timeout
This commit is contained in:
@@ -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",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user