mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
@ -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")))))
|
||||||
|
Reference in New Issue
Block a user