Changed `kak-lsp.toml` to use `zls` executable in path.

This commit is contained in:
Lyla Bravo 2020-10-26 00:30:18 -03:00
parent 9f94442b19
commit d2cabd2c0a
1 changed files with 1 additions and 1 deletions

View File

@ -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"