Bump lsp-mode & rustic
brotzeit/rustic@9939691 -> brotzeit/rustic@373f5a1 emacs-lsp/lsp-mode@2e6b748 -> emacs-lsp/lsp-mode@6a94356
This commit is contained in:
parent
ed2fb68362
commit
8d05600f25
3 changed files with 2 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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"))
|
||||||
|
|
|
@ -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"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue