diff options
author | Nikolai Morin <[email protected]> | 2020-04-21 09:13:33 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-04-21 09:13:33 +0100 |
commit | 22fd891d45ba9eaa0fefccdd4e7cb902efc4636b (patch) | |
tree | 3e5020722435c21554054bd19269dcf31dfc3da8 /docs/user | |
parent | f964bbd7351cbf26f01cd9114b549037fb155a27 (diff) |
Update docs/user/readme.adoc
Co-Authored-By: Laurențiu Nicola <[email protected]>
Diffstat (limited to 'docs/user')
-rw-r--r-- | docs/user/readme.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/readme.adoc b/docs/user/readme.adoc index 7898ece0b..ac9b66b4a 100644 --- a/docs/user/readme.adoc +++ b/docs/user/readme.adoc | |||
@@ -192,7 +192,7 @@ You also need the `LSP` package. To install it: | |||
192 | * Type `Install Package Control`, press enter | 192 | * Type `Install Package Control`, press enter |
193 | 2. In the command palette, run `Package control: Install package`, and in the list that pops up, type `LSP` and press enter. | 193 | 2. In the command palette, run `Package control: Install package`, and in the list that pops up, type `LSP` and press enter. |
194 | 194 | ||
195 | Finally, with your Rust project open, in the command palette, run `LSP: Enable Language Server In Project` or `LSP: Enable Language Server Globally`, then select `rust-analyzer` in the list that pops up enable to enable the rust-analyzer LSP. The latter means that rust-analzyer is enabled by default in Rust projects. | 195 | Finally, with your Rust project open, in the command palette, run `LSP: Enable Language Server In Project` or `LSP: Enable Language Server Globally`, then select `rust-analyzer` in the list that pops up to enable the rust-analyzer LSP. The latter means that rust-analzyer is enabled by default in Rust projects. |
196 | 196 | ||
197 | If it worked, you should see "rust-analzyer, Line X, Column Y" on the left side of the bottom bar, and after waiting a bit, functionality like tooltips on hovering over variables should become available. | 197 | If it worked, you should see "rust-analzyer, Line X, Column Y" on the left side of the bottom bar, and after waiting a bit, functionality like tooltips on hovering over variables should become available. |
198 | 198 | ||