Change Doom in README to match other instructions
This commit is contained in:
parent
88033a159f
commit
9e36b7aef4
@ -239,7 +239,7 @@ let g:LanguageClient_serverCommands = {
|
|||||||
(add-to-list 'lsp-language-id-configuration '(zig-mode . "zig"))
|
(add-to-list 'lsp-language-id-configuration '(zig-mode . "zig"))
|
||||||
(lsp-register-client
|
(lsp-register-client
|
||||||
(make-lsp-client
|
(make-lsp-client
|
||||||
:new-connection (lsp-stdio-connection "zls")
|
:new-connection (lsp-stdio-connection "<path to zls>")
|
||||||
:major-modes '(zig-mode)
|
:major-modes '(zig-mode)
|
||||||
:server-id 'zls)))
|
:server-id 'zls)))
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user