Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions content/zls/editors/kakoune.smd
Original file line number Diff line number Diff line change
@@ -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 `<config_dir>/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).