Add helm-lsp
This commit is contained in:
parent
ed8d473d82
commit
231538ac9e
@ -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'
|
||||||
;; ---------------------------------------------------------------------------------------------
|
;; ---------------------------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user