Henrik Lissner 2020-03-02 12:06:35 -05:00
parent 260148f4e9
commit ac199de936
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 "fc812bea1f") (package! lsp-mode :pin "2e6b748183")
(package! lsp-ui :pin "da9788b427") (package! lsp-ui :pin "c99ba09c30")
(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)