You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did not know how to configure LSP and code hinting until I read the docs of helix-editor and How to install the default LSP. So I think it's better to add a tutorial on "How to configure LSP".
Install the language server protocol, for example, rustup component add rust-analyzer.
Find out the path of the LSP, for example, which rust-analyzer and outputs /usr/local/bin/rust-analyzer.
Install the plugin on the market, for example, Rust.
⌘, and set the Server Path to /usr/local/bin/rust-analyzer.
Reload the plugin.
Please make an enhancement on the docs so that anyone would not be confused about the code hinting. Thanks!
The text was updated successfully, but these errors were encountered:
This is too specific to one plugin and wouldn't help with any other plugin (also this is an issue with a plugin and not it's configuration). Documentation will be added once plugins and API will mature.
I did not know how to configure LSP and code hinting until I read the docs of helix-editor and How to install the default LSP. So I think it's better to add a tutorial on "How to configure LSP".
rustup component add rust-analyzer
.which rust-analyzer
and outputs/usr/local/bin/rust-analyzer
.Rust
./usr/local/bin/rust-analyzer
.Please make an enhancement on the docs so that anyone would not be confused about the code hinting. Thanks!
The text was updated successfully, but these errors were encountered: