Update to latest lsp-mode, lsp-ui

This commit is contained in:
Sebastian Sturm 2020-02-18 20:03:18 +01:00
parent e3d7b2662c
commit e9ab396783
2 changed files with 5 additions and 4 deletions

View file

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