summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/emacs.el b/emacs.el
index b12a4bd..ff66b68 100644
--- a/emacs.el
+++ b/emacs.el
@@ -102,6 +102,12 @@
; :ensure t
; )
+
+;; ivy-xref
+(use-package ivy-xref
+ :ensure t
+ )
+
;; magit
(use-package magit
:ensure t
@@ -116,6 +122,10 @@
lsp-rust-analyzer-display-chaining-hints t
lsp-rust-analyzer-display-parameter-hints t
)
+ :hook (
+ (c-mode . lsp)
+ (c++-mode . lsp)
+ )
)
;; lsp ui