From 1f82122e07ff73a64a3355c3b1088febe1a16262 Mon Sep 17 00:00:00 2001 From: Murray Date: Tue, 10 Jun 2025 22:19:08 +0100 Subject: [PATCH] add kakoune.smd --- content/zls/editors/kakoune.smd | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 content/zls/editors/kakoune.smd diff --git a/content/zls/editors/kakoune.smd b/content/zls/editors/kakoune.smd new file mode 100644 index 0000000..0c0ddb6 --- /dev/null +++ b/content/zls/editors/kakoune.smd @@ -0,0 +1,19 @@ +--- +{ + .title = "Kakoune", + .date = @date("2020-04-04T00:00:00"), + .author = "Sample Author", + .layout = "zls-docs.shtml", +} +--- + +Install [kakoune-lsp](https://github.com/kakoune-lsp/kakoune-lsp). +Make sure `zig` and `kak-lsp` are in your `PATH`. + +To enable lsp on start add the following to `/kak/kakrc` +```sh +eval %sh{kak-lsp} +lsp-enable +``` + +You will probably want to add additional recommended keybindings found [here](https://github.com/kakoune-lsp/kakoune-lsp/blob/master/README.asciidoc#configure-key-mappings).