From 87f4197f234ef838843f0df175d0c5834e58b76e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 17 Sep 2022 18:05:15 -0700 Subject: ref(completion): add more packages for completion Get LSP to work with cape and corfu for the completion. Change-Id: Id8f01b1dee77957ff5ba27ed471707b7b9c7dc93 --- emacs/custom/my-packages.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emacs/custom/my-packages.el') diff --git a/emacs/custom/my-packages.el b/emacs/custom/my-packages.el index 67bb510..569fb40 100644 --- a/emacs/custom/my-packages.el +++ b/emacs/custom/my-packages.el @@ -60,10 +60,13 @@ (straight-use-package 'tree-sitter-langs) ;; packages for navigation +(straight-use-package 'cape) (straight-use-package 'consult) +(straight-use-package 'consult-lsp) (straight-use-package 'corfu) (straight-use-package 'marginalia) (straight-use-package 'orderless) +(straight-use-package 'tempel) (straight-use-package 'vertico) (straight-use-package 'which-key) -- cgit v1.2.3