Racer provides completion-at-point integration, which makes company-racer redundant (and it conflicts with company-capf).
10 lines
197 B
EmacsLisp
10 lines
197 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/rust/packages.el
|
|
|
|
;; requires rust cargo racer
|
|
|
|
(package! racer)
|
|
(package! rust-mode)
|
|
|
|
(when (featurep! :feature syntax-checker)
|
|
(package! flycheck-rust))
|