We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 603743a commit 2ba4bd2Copy full SHA for 2ba4bd2
1 file changed
docs/plugins/lsp.md
@@ -390,7 +390,7 @@ end
390
})
391
end
392
393
- if vim.lsp.is_enabled("denols") and vim.lsp.is_enabled("vtsls") then
+ if vim.lsp.is_enabled and vim.lsp.is_enabled("denols") and vim.lsp.is_enabled("vtsls") then
394
---@param server string
395
local resolve = function(server)
396
local markers, root_dir = vim.lsp.config[server].root_markers, vim.lsp.config[server].root_dir
0 commit comments