diff --git a/modules/helm.el b/modules/helm.el index 4ff46d5..5c53e46 100644 --- a/modules/helm.el +++ b/modules/helm.el @@ -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' ;; ---------------------------------------------------------------------------------------------