From 231538ac9e7e981351dab2596b33fb2057678a82 Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Mon, 23 Aug 2021 18:42:13 +0200 Subject: [PATCH] Add helm-lsp --- modules/helm.el | 8 ++++++++ 1 file changed, 8 insertions(+) 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' ;; ---------------------------------------------------------------------------------------------