PIN ALL THE PACKAGES

This commit is contained in:
Henrik Lissner 2020-01-14 22:32:11 -05:00
parent f3a9d0c03c
commit 4cc14389e8
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
124 changed files with 515 additions and 489 deletions

View file

@ -1,11 +1,11 @@
;; -*- no-byte-compile: t; -*-
;;; tools/lsp/packages.el
(package! lsp-mode)
(package! lsp-ui)
(package! lsp-mode :pin "e95109b8b84201c299f54d5f22e84e5eb6511ac4")
(package! lsp-ui :pin "01f89e40f473032376f70a90e33831356832f084")
(when (featurep! :completion company)
(package! company-lsp))
(package! company-lsp :pin "f921ffa0cdc542c21dc3dd85f2c93df4288e83bd"))
(when (featurep! :completion ivy)
(package! lsp-ivy))
(package! lsp-ivy :pin "78c1429c62c19006058b89d462657e1448d1e595"))
(when (featurep! :completion helm)
(package! helm-lsp))
(package! helm-lsp :pin "6f62659cc528b7e37ffcc8fb356633acd7031be8"))