Skip to content
Discussion options

You must be logged in to vote

You should use the nodePackages.vscode-langservers-extracted package from nixpkgs instead, vscode-html-languageserver-bin is something else.

The language-servers key under [[language]] controls which language-server entry you use. For example the default ones:

helix/languages.toml

Lines 6 to 19 in 786b5c5

[language-server]
als = { command = "als" }
awk-language-server = { command = "awk-language-server" }
bash-language-server = { command = "bash-language-server", args = ["start"] }
bass = { command = "bass", args = ["--lsp"] }
bicep-langserver = { command = "bicep-langserver" }
bufls = { command = "bufls", args = ["serve"] }
cairo-langua…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@JustAnotherCodemonkey
Comment options

@the-mikedavis
Comment options

@JustAnotherCodemonkey
Comment options

Answer selected by JustAnotherCodemonkey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants