brotzeit 2020-03-04 19:46:50 +01:00
parent ed2fb68362
commit 8d05600f25
3 changed files with 2 additions and 3 deletions

View file

@ -15,7 +15,6 @@
(set-popup-rule! "^\\*rustic-compilation" :vslot -1) (set-popup-rule! "^\\*rustic-compilation" :vslot -1)
(setq rustic-indent-method-chain t (setq rustic-indent-method-chain t
rustic-flycheck-setup-mode-line-p nil
;; use :editor format instead ;; use :editor format instead
rustic-format-trigger nil rustic-format-trigger nil
;; REVIEW `rust-ordinary-lt-gt-p' is terribly expensive in large rust ;; REVIEW `rust-ordinary-lt-gt-p' is terribly expensive in large rust

View file

@ -1,6 +1,6 @@
;; -*- no-byte-compile: t; -*- ;; -*- no-byte-compile: t; -*-
;;; lang/rust/packages.el ;;; lang/rust/packages.el
(package! rustic :pin "99396915c7") (package! rustic :pin "373f5a1940")
(unless (featurep! +lsp) (unless (featurep! +lsp)
(package! racer :pin "a0bdf778f0")) (package! racer :pin "a0bdf778f0"))

View file

@ -1,7 +1,7 @@
;; -*- no-byte-compile: t; -*- ;; -*- no-byte-compile: t; -*-
;;; tools/lsp/packages.el ;;; tools/lsp/packages.el
(package! lsp-mode :pin "2e6b748183") (package! lsp-mode :pin "6a943561e2")
(package! lsp-ui :pin "c99ba09c30") (package! lsp-ui :pin "c99ba09c30")
(when (featurep! :completion company) (when (featurep! :completion company)
(package! company-lsp :pin "f921ffa0cd")) (package! company-lsp :pin "f921ffa0cd"))