From d2cabd2c0a50506ad9b303060911c75de691fd08 Mon Sep 17 00:00:00 2001 From: Lyla Bravo Date: Mon, 26 Oct 2020 00:30:18 -0300 Subject: [PATCH] Changed `kak-lsp.toml` to use `zls` executable in path. --- etc/kak-lsp.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/kak-lsp.toml b/etc/kak-lsp.toml index 6af1a2e..bbb47f7 100644 --- a/etc/kak-lsp.toml +++ b/etc/kak-lsp.toml @@ -57,4 +57,4 @@ args = ["-c", "if command -v rustup >/dev/null; then $(rustup which rls); else r [language.zig] filetypes = ["zig"] roots = ["build.zig"] -command = "/home/lyla/.local/share/zls/zls" +command = "zls"