Bump :tools lsp
emacs-lsp/lsp-mode@355d4da -> emacs-lsp/lsp-mode@76fe399 emacs-lsp/lsp-ui@70c2fec -> emacs-lsp/lsp-ui@134d9b7 emacs-lsp/lsp-ivy@78c1429 -> emacs-lsp/lsp-ivy@39b90e7
This commit is contained in:
parent
e8aecdd514
commit
5c3d54f19b
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 "355d4da3ac")
|
||||
(package! lsp-ui :pin "70c2fecbab")
|
||||
(package! lsp-mode :pin "76fe399b40")
|
||||
(package! lsp-ui :pin "134d9b725d")
|
||||
(when (featurep! :completion company)
|
||||
(package! company-lsp :pin "f921ffa0cd"))
|
||||
(when (featurep! :completion ivy)
|
||||
(package! lsp-ivy :pin "78c1429c62"))
|
||||
(package! lsp-ivy :pin "39b90e7aef"))
|
||||
(when (featurep! :completion helm)
|
||||
(package! helm-lsp :pin "6f62659cc5"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue