Skip to content
Discussion options

You must be logged in to vote

Language Servers are standalone executables - for C/C++ it's clangd, for Rust it's rust-analyzer. In order to get Language Server features, you'll need to install the Language Server and make sure the binary is available in $PATH: you should be able to invoke it on the command line.

You can install Language Servers through whatever package manager is used on your distribution (apt, brew, chocolatey, etc.) or follow the installation instructions directly for the Language Server. https://github.com/helix-editor/helix/wiki/How-to-install-the-default-language-servers has some notes and links on installing the default Language Servers.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by OpenFoam-User
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants