]> git.lizzy.rs Git - rust.git/commitdiff
Update docs/user/readme.adoc
authorNikolai Morin <nnmmgit@gmail.com>
Tue, 21 Apr 2020 08:13:33 +0000 (10:13 +0200)
committerGitHub <noreply@github.com>
Tue, 21 Apr 2020 08:13:33 +0000 (10:13 +0200)
Co-Authored-By: Laurențiu Nicola <lnicola@users.noreply.github.com>
docs/user/readme.adoc

index 7898ece0b6a56d59e557c57a57e096bacbdeba12..ac9b66b4a8f52af615ca6ef7ee6df9b8cac4c85b 100644 (file)
@@ -192,7 +192,7 @@ You also need the `LSP` package. To install it:
    * Type `Install Package Control`, press enter
 2. In the command palette, run `Package control: Install package`, and in the list that pops up, type `LSP` and press enter.
 
-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.
+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.
 
 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.