How can I actually install html/css/js lsp? #7130
-
I installed |
Beta Was this translation helpful? Give feedback.
Answered by
the-mikedavis
May 26, 2023
Replies: 1 comment
-
See https://github.com/helix-editor/helix/wiki/How-to-install-the-default-language-servers#html The package should be |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
velllu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://github.com/helix-editor/helix/wiki/How-to-install-the-default-language-servers#html
The package should be
vscode-langservers-extracted
and the language server binary name should bevscode-html-language-server
instead (vscode-html-languageserver
is a different package).