From eb1ca5f4482bcad497652f837cd275eb9395617c Mon Sep 17 00:00:00 2001 From: Elinvynia <59487684+Elinvynia@users.noreply.github.com> Date: Thu, 9 Apr 2020 00:32:56 +0200 Subject: Better Sublime documentation --- docs/user/readme.adoc | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/docs/user/readme.adoc b/docs/user/readme.adoc index 911163eb7..abd126340 100644 --- a/docs/user/readme.adoc +++ b/docs/user/readme.adoc @@ -187,30 +187,7 @@ Prerequisites: `LSP` package. -Installation: - -1. Invoke the command palette with Ctrl+Shift+P -2. Type `LSP Settings` to open the LSP preferences editor -3. Add the following LSP client definition to your settings: -+ -[source,json] ----- -"rust-analyzer": { - "command": ["rust-analyzer"], - "languageId": "rust", - "scopes": ["source.rust"], - "syntaxes": [ - "Packages/Rust/Rust.sublime-syntax", - "Packages/Rust Enhanced/RustEnhanced.sublime-syntax" - ], - "initializationOptions": { - "featureFlags": { - } - }, -} ----- - -4. You can now invoke the command palette and type LSP enable to locally/globally enable the rust-analyzer LSP (type LSP enable, then choose either locally or globally, then select rust-analyzer) +Invoke the command palette (`ctrl+shift+p`) and type LSP enable to locally/globally enable the rust-analyzer LSP (type LSP enable, then choose either locally or globally, then select rust-analyzer) == Usage -- cgit v1.2.3