mirror of https://github.com/astral-sh/ruff
Touch-up README
This commit is contained in:
parent
eb183645f3
commit
73ed6f8654
|
|
@ -1009,6 +1009,10 @@ require('lspconfig').ruff_lsp.setup {
|
|||
}
|
||||
```
|
||||
|
||||
Upon successful installation, you should see Ruff's diagnostics surfaced directly in your editor:
|
||||
|
||||

|
||||
|
||||
### Language Server Protocol (Unofficial)
|
||||
|
||||
Ruff is also available as the [`python-lsp-ruff`](https://github.com/python-lsp/python-lsp-ruff)
|
||||
|
|
|
|||
Loading…
Reference in New Issue