Henrik Lissner 2020-03-09 14:44:22 -04:00
parent 382834b3b4
commit ec1acc6574
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 "6a943561e2") (package! lsp-mode :pin "355d4da3ac")
(package! lsp-ui :pin "c99ba09c30") (package! lsp-ui :pin "70c2fecbab")
(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)