Add helm-lsp

This commit is contained in:
Wojciech Kozlowski 2021-08-23 18:42:13 +02:00
parent ed8d473d82
commit 231538ac9e

View File

@ -22,6 +22,7 @@
'(ace-jump-helm-line '(ace-jump-helm-line
helm helm
helm-flyspell helm-flyspell
helm-lsp
helm-projectile helm-projectile
swiper-helm) swiper-helm)
@ -128,6 +129,13 @@
(use-package helm-flyspell (use-package helm-flyspell
:bind (("C-c C-'" . helm-flyspell-correct))) :bind (("C-c C-'" . helm-flyspell-correct)))
;; -----------------------------------------------------------------------------------------------
;; `helm-lsp'
;; -----------------------------------------------------------------------------------------------
(use-package helm-lsp
:after (helm lsp-mode))
;; --------------------------------------------------------------------------------------------- ;; ---------------------------------------------------------------------------------------------
;; `helm-projectile' ;; `helm-projectile'
;; --------------------------------------------------------------------------------------------- ;; ---------------------------------------------------------------------------------------------