Skip to content

Commit

Permalink
Update Sublime Text instructions (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
LDAP authored Feb 17, 2023
1 parent b3f8da4 commit 7ae1a6e
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,24 +100,7 @@ Ruff also integrates with [`coc.nvim`](https://github.com/neoclide/coc.nvim/wiki
### Example: Sublime Text

To use `ruff-lsp` with Sublime Text, install Sublime Text's [LSP](https://github.com/sublimelsp/LSP)
package, then add something like the following to `LSP.sublime-settings`:

```json
{
"clients": {
"ruff-lsp": {
"command": ["ruff-lsp"],
"enabled": true,
"selector": "source.python",
"initializationOptions": {
"settings": {
"args": []
}
}
}
}
}
```
and [LSP-ruff](https://github.com/sublimelsp/LSP-ruff) package.

Upon successful installation, you should see errors surfaced directly in your editor:

Expand Down

0 comments on commit 7ae1a6e

Please sign in to comment.