From 825f4ae584e9eab6640ac9d32822177526c2c586 Mon Sep 17 00:00:00 2001 From: 029onikyu <63286120+029onikyu@users.noreply.github.com> Date: Thu, 14 Apr 2022 02:49:27 -0700 Subject: [PATCH] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 613643a..ded36f5 100644 --- a/README.md +++ b/README.md @@ -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)