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:
JaRoSchm 2024-05-31 21:06:55 +02:00 committed by GitHub
parent f9a64503c8
commit 7ce17b7736
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 78 additions and 2 deletions

View file

@ -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