mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-21 13:53:38 -05:00
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:
@@ -1,11 +1,11 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; tools/lsp/packages.el
|
||||
|
||||
(package! lsp-mode :pin "401d72462f")
|
||||
(package! lsp-mode :pin "6671128422")
|
||||
(package! lsp-ui :pin "242dfe859c")
|
||||
(when (featurep! :completion company)
|
||||
(package! company-lsp :pin "f921ffa0cd"))
|
||||
(when (featurep! :completion ivy)
|
||||
(package! lsp-ivy :pin "a6b7841e08"))
|
||||
(when (featurep! :completion helm)
|
||||
(package! helm-lsp :pin "6f62659cc5"))
|
||||
(package! helm-lsp :pin "46a72f5af1"))
|
||||
|
Reference in New Issue
Block a user