diff options
Diffstat (limited to 'lsp/html.lua')
| -rw-r--r-- | lsp/html.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/html.lua b/lsp/html.lua index ebbcb526..2b53d324 100644 --- a/lsp/html.lua +++ b/lsp/html.lua @@ -21,6 +21,7 @@ --- capabilities = capabilities, --- }) --- ``` + ---@type vim.lsp.Config return { cmd = { 'vscode-html-language-server', '--stdio' }, |
