lang/rust: disable racer when +lsp
This commit is contained in:
parent
acddf6a047
commit
07d54abb9d
1 changed files with 3 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue