mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/rust: remove company-racer
Racer provides completion-at-point integration, which makes company-racer redundant (and it conflicts with company-capf).
This commit is contained in:
@ -23,12 +23,6 @@
|
|||||||
:documentation #'racer-describe))
|
:documentation #'racer-describe))
|
||||||
|
|
||||||
|
|
||||||
(def-package! company-racer
|
|
||||||
:when (featurep! :completion company)
|
|
||||||
:after racer
|
|
||||||
:config (set-company-backend! 'rust-mode '(company-racer)))
|
|
||||||
|
|
||||||
|
|
||||||
(def-package! flycheck-rust
|
(def-package! flycheck-rust
|
||||||
:when (featurep! :feature syntax-checker)
|
:when (featurep! :feature syntax-checker)
|
||||||
:after rust-mode
|
:after rust-mode
|
||||||
|
@ -8,6 +8,3 @@
|
|||||||
|
|
||||||
(when (featurep! :feature syntax-checker)
|
(when (featurep! :feature syntax-checker)
|
||||||
(package! flycheck-rust))
|
(package! flycheck-rust))
|
||||||
|
|
||||||
(when (featurep! :completion company)
|
|
||||||
(package! company-racer))
|
|
||||||
|
Reference in New Issue
Block a user