Bump :tools lsp
emacs-lsp/lsp-mode@401d724 -> emacs-lsp/lsp-mode@6671128 emacs-lsp/helm-lsp@6f62659 -> emacs-lsp/helm-lsp@46a72f5 Possibly relevant to #2911
This commit is contained in:
parent
bf657406b2
commit
2a93ff6ad4
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; tools/lsp/packages.el
|
;;; tools/lsp/packages.el
|
||||||
|
|
||||||
(package! lsp-mode :pin "401d72462f")
|
(package! lsp-mode :pin "6671128422")
|
||||||
(package! lsp-ui :pin "242dfe859c")
|
(package! lsp-ui :pin "242dfe859c")
|
||||||
(when (featurep! :completion company)
|
(when (featurep! :completion company)
|
||||||
(package! company-lsp :pin "f921ffa0cd"))
|
(package! company-lsp :pin "f921ffa0cd"))
|
||||||
(when (featurep! :completion ivy)
|
(when (featurep! :completion ivy)
|
||||||
(package! lsp-ivy :pin "a6b7841e08"))
|
(package! lsp-ivy :pin "a6b7841e08"))
|
||||||
(when (featurep! :completion helm)
|
(when (featurep! :completion helm)
|
||||||
(package! helm-lsp :pin "6f62659cc5"))
|
(package! helm-lsp :pin "46a72f5af1"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue