mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/rust: disable racer when +lsp
This commit is contained in:
@ -3,8 +3,10 @@
|
||||
|
||||
;; requires rust cargo racer
|
||||
|
||||
(package! racer)
|
||||
(package! rust-mode)
|
||||
|
||||
(when (featurep! :tools flycheck)
|
||||
(package! flycheck-rust))
|
||||
|
||||
(unless (featurep! +lsp)
|
||||
(package! racer))
|
||||
|
Reference in New Issue
Block a user