Add helm-lsp
This commit is contained in:
parent
ed8d473d82
commit
231538ac9e
@ -22,6 +22,7 @@
|
||||
'(ace-jump-helm-line
|
||||
helm
|
||||
helm-flyspell
|
||||
helm-lsp
|
||||
helm-projectile
|
||||
swiper-helm)
|
||||
|
||||
@ -128,6 +129,13 @@
|
||||
(use-package helm-flyspell
|
||||
:bind (("C-c C-'" . helm-flyspell-correct)))
|
||||
|
||||
;; -----------------------------------------------------------------------------------------------
|
||||
;; `helm-lsp'
|
||||
;; -----------------------------------------------------------------------------------------------
|
||||
|
||||
(use-package helm-lsp
|
||||
:after (helm lsp-mode))
|
||||
|
||||
;; ---------------------------------------------------------------------------------------------
|
||||
;; `helm-projectile'
|
||||
;; ---------------------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user