mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:04 +00:00
Add Vim and Kate setup guide for ruff server
(#11615)
## Summary In the [roadmap for `ruff server`](https://github.com/astral-sh/ruff/discussions/10581) support for vim and kate is listed. Therefore I added setup guides for them based on the neovim guide. As I don't use pyright I wasn't able to translate the corresponding part from the neovim guide. ## Test Plan Doesn't apply.
This commit is contained in:
parent
f9a64503c8
commit
7ce17b7736
4 changed files with 78 additions and 2 deletions
|
@ -60,6 +60,14 @@ See the [Neovim setup guide](docs/setup/NEOVIM.md).
|
|||
|
||||
See the [Helix setup guide](docs/setup//HELIX.md).
|
||||
|
||||
#### Vim
|
||||
|
||||
See the [Vim setup guide](docs/setup/VIM.md).
|
||||
|
||||
#### Kate
|
||||
|
||||
See the [Kate setup guide](docs/setup/KATE.md).
|
||||
|
||||
### Contributing
|
||||
|
||||
If you're interested in contributing to `ruff server` - well, first of all, thank you! Second of all, you might find the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue