parent
bd833091c2
commit
80c827119d
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@
|
||||||
(setq lsp-server rustic-lsp-server))
|
(setq lsp-server rustic-lsp-server))
|
||||||
(pcase lsp-server
|
(pcase lsp-server
|
||||||
(`rust-analyzer
|
(`rust-analyzer
|
||||||
(unless (executable-find "ra_lsp_server")
|
(unless (executable-find "rust-analyzer")
|
||||||
(warn! "Couldn't find rust analyzer (ra_lsp_server)")))
|
(warn! "Couldn't find rust analyzer (rust-analyzer)")))
|
||||||
(`rls
|
(`rls
|
||||||
(unless (executable-find "rls")
|
(unless (executable-find "rls")
|
||||||
(warn! "Couldn't find rls")))))
|
(warn! "Couldn't find rls")))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue