Bump :tools lsp
emacs-lsp/helm-lsp@46a72f5 -> emacs-lsp/helm-lsp@db24399 emacs-lsp/lsp-ivy@a6b7841 -> emacs-lsp/lsp-ivy@81e81ce emacs-lsp/lsp-mode@e8e52fd -> emacs-lsp/lsp-mode@4898d35
This commit is contained in:
parent
55d3417482
commit
740b16a33f
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; tools/lsp/packages.el
|
||||
|
||||
(package! lsp-mode :pin "e8e52fd4b1")
|
||||
(package! lsp-mode :pin "4898d35ace")
|
||||
(package! lsp-ui :pin "242dfe859c")
|
||||
(when (featurep! :completion company)
|
||||
(package! company-lsp :pin "f921ffa0cd"))
|
||||
(when (featurep! :completion ivy)
|
||||
(package! lsp-ivy :pin "a6b7841e08"))
|
||||
(package! lsp-ivy :pin "81e81ced99"))
|
||||
(when (featurep! :completion helm)
|
||||
(package! helm-lsp :pin "46a72f5af1"))
|
||||
(package! helm-lsp :pin "db243993ea"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue