update
This commit is contained in:
parent
44f2e4f33b
commit
96ebad2dba
3 changed files with 9 additions and 1 deletions
2
emacs.el
2
emacs.el
|
|
@ -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)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue