This commit is contained in:
joachimschmidt557 2021-05-17 14:24:46 +08:00
parent 44f2e4f33b
commit 96ebad2dba
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
3 changed files with 9 additions and 1 deletions

View file

@ -153,7 +153,7 @@
(add-to-list 'lsp-language-id-configuration '(zig-mode . "zig"))
(lsp-register-client
(make-lsp-client
:new-connection (lsp-stdio-connection "~/src/zls/zig-cache/bin/zls")
:new-connection (lsp-stdio-connection "~/src/zls/zig-out/bin/zls")
:major-modes '(zig-mode)
:server-id 'zls)))