Merge pull request #2668 from brotzeit/bump-rustic

Bump lsp-mode & rustic
This commit is contained in:
Henrik Lissner 2020-03-04 23:02:02 -05:00 committed by GitHub
commit 886cd2bd10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 3 deletions

View file

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

View file

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

View file

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