We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cca4f74 commit e93facaCopy full SHA for e93faca
docs/src/language_servers.md
@@ -24,7 +24,9 @@ Follow installation instructions on [LSP-angular](https://github.com/sublimelsp/
24
cargo install asm-lsp
25
```
26
27
-2. Open `Preferences > Package Settings > LSP > Settings` and add the `"asm-lsp"` client configuration to the `"clients"`:
+2. Install the [x86 and x86_64 Assembly](https://packagecontrol.io/packages/x86%20and%20x86_64%20Assembly) package from Package Control.
28
+
29
+3. Open `Preferences > Package Settings > LSP > Settings` and add the `"asm-lsp"` client configuration to the `"clients"`:
30
31
```jsonc
32
{
0 commit comments