mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Racer provides completion-at-point integration, which makes company-racer redundant (and it conflicts with company-capf).
11 lines
197 B
EmacsLisp
11 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))
|