Merge pull request #2533 from chbatey/patch-2

Bump lsp-mode
This commit is contained in:
Henrik Lissner 2020-02-13 14:44:15 -05:00 committed by GitHub
commit d93a8ba904
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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