Change Doom in README to match other instructions

This commit is contained in:
Ominitay 2021-03-18 10:53:45 +00:00
parent 88033a159f
commit 9e36b7aef4
No known key found for this signature in database
GPG Key ID: DD7CAB34AB04B8E2

View File

@ -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)))
``` ```