Skip to content

Commit

Permalink
Add package install isntruction
Browse files Browse the repository at this point in the history
Add spacing
  • Loading branch information
WillLillis committed Jan 25, 2024
1 parent cca4f74 commit e93faca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/src/language_servers.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ Follow installation instructions on [LSP-angular](https://github.com/sublimelsp/
cargo install asm-lsp
```

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.

3. Open `Preferences > Package Settings > LSP > Settings` and add the `"asm-lsp"` client configuration to the `"clients"`:

```jsonc
{
Expand Down

0 comments on commit e93faca

Please sign in to comment.