Add step to Kate installation instructions

Without this, the editor will not attempt to launch the language server as it does not have any notion of what language a `.zig` file is for.
This commit is contained in:
029onikyu 2022-04-14 02:49:27 -07:00 committed by Auguste Rame
parent 29d2dd6802
commit 825f4ae584

View File

@ -155,6 +155,7 @@ Install the `zls-vscode` extension from [here](https://github.com/zigtools/zls-v
### Kate
- Install language support for Zig from [here](https://github.com/ziglang/kde-syntax-highlighting)
- Enable `LSP client` plugin in Kate settings.
- Add this snippet to `LSP client's` user settings (e.g. /$HOME/.config/kate/lspclient)
(or paste it in `LSP client's` GUI settings)