summary refs log tree commit diff
path: root/emacs/custom/my-packages.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs/custom/my-packages.el3
1 files changed, 3 insertions, 0 deletions
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)