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"