Skip to content

Commit 2ba4bd2

Browse files
chore(build): auto-generate docs
1 parent 603743a commit 2ba4bd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/plugins/lsp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ end
390390
})
391391
end
392392

393-
if vim.lsp.is_enabled("denols") and vim.lsp.is_enabled("vtsls") then
393+
if vim.lsp.is_enabled and vim.lsp.is_enabled("denols") and vim.lsp.is_enabled("vtsls") then
394394
---@param server string
395395
local resolve = function(server)
396396
local markers, root_dir = vim.lsp.config[server].root_markers, vim.lsp.config[server].root_dir

0 commit comments

Comments
 (0)