Henrik Lissner 2020-02-11 19:22:47 -05:00
parent be778bb65f
commit 7548148d14
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -1,8 +1,8 @@
;; -*- no-byte-compile: t; -*- ;; -*- no-byte-compile: t; -*-
;;; tools/lsp/packages.el ;;; tools/lsp/packages.el
(package! lsp-mode :pin "91e37a61f4") (package! lsp-mode :pin "c8188efeba")
(package! lsp-ui :pin "cf6906cc45") (package! lsp-ui :pin "582e153a5e")
(when (featurep! :completion company) (when (featurep! :completion company)
(package! company-lsp :pin "f921ffa0cd")) (package! company-lsp :pin "f921ffa0cd"))
(when (featurep! :completion ivy) (when (featurep! :completion ivy)