Fix #2373: bring back package pinning
This needs some serious refactoring...
This commit is contained in:
parent
de6732b4ae
commit
a9402cfb55
128 changed files with 647 additions and 620 deletions
|
@ -1,11 +1,11 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; tools/lsp/packages.el
|
||||
|
||||
(package! lsp-mode :pin "e95109b8b84201c299f54d5f22e84e5eb6511ac4")
|
||||
(package! lsp-ui :pin "01f89e40f473032376f70a90e33831356832f084")
|
||||
(package! lsp-mode :pin "58dd4bd380")
|
||||
(package! lsp-ui :pin "cf6906cc45")
|
||||
(when (featurep! :completion company)
|
||||
(package! company-lsp :pin "f921ffa0cdc542c21dc3dd85f2c93df4288e83bd"))
|
||||
(package! company-lsp :pin "f921ffa0cd"))
|
||||
(when (featurep! :completion ivy)
|
||||
(package! lsp-ivy :pin "78c1429c62c19006058b89d462657e1448d1e595"))
|
||||
(package! lsp-ivy :pin "78c1429c62"))
|
||||
(when (featurep! :completion helm)
|
||||
(package! helm-lsp :pin "6f62659cc528b7e37ffcc8fb356633acd7031be8"))
|
||||
(package! helm-lsp :pin "6f62659cc5"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue