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

@ -27,8 +27,9 @@ This can be a single company backend or a list thereof. It can be anything
lsp-intelephense-storage-path (concat doom-cache-dir "lsp-intelephense/")) lsp-intelephense-storage-path (concat doom-cache-dir "lsp-intelephense/"))
:config :config
(when (and lsp-auto-configure lsp-auto-require-clients) (when lsp-auto-configure
(require 'lsp-clients)) (mapc (lambda (package) (require package nil t))
lsp-client-packages))
(set-lookup-handlers! 'lsp-mode :async t (set-lookup-handlers! 'lsp-mode :async t
:documentation 'lsp-describe-thing-at-point :documentation 'lsp-describe-thing-at-point

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 "e7c7abf236") (package! lsp-mode :pin "2fc0963a50")
(package! lsp-ui :pin "6caacc8c93") (package! lsp-ui :pin "e8200e3b72")
(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)