Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[enhancement] It's better to add a tutorial on "How to configure LSP" #1

Closed
widcardw opened this issue Dec 17, 2022 · 2 comments
Closed

Comments

@widcardw
Copy link

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".

  1. Install the language server protocol, for example, rustup component add rust-analyzer.
  2. Find out the path of the LSP, for example, which rust-analyzer and outputs /usr/local/bin/rust-analyzer.
  3. Install the plugin on the market, for example, Rust.
  4. , and set the Server Path to /usr/local/bin/rust-analyzer.
  5. Reload the plugin.

image

Please make an enhancement on the docs so that anyone would not be confused about the code hinting. Thanks!

@widcardw
Copy link
Author

Maybe this issue is duplicate with lapce/lapce-rust#15

@panekj
Copy link
Collaborator

panekj commented Dec 17, 2022

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.

@panekj panekj closed this as not planned Won't fix, can't repro, duplicate, stale Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants