Add lsp-ivy
This commit is contained in:
parent
d10623aa10
commit
a72bd2766d
@ -2930,6 +2930,13 @@ An alternative minibuffer completion framework:
|
||||
(if (executable-find "rg")
|
||||
(leader-def-key "pg" #'counsel-projectile-rg)
|
||||
(leader-def-key "pg" #'counsel-projectile-grep)))
|
||||
|
||||
(use-package lsp-ivy
|
||||
:after (ivy lsp)
|
||||
:commands (lsp-ivy-workspace-symbol
|
||||
lsp-ivy-global-workspace-symbol))
|
||||
|
||||
(leader-def-key "cs" #'lsp-ivy-workspace-symbol)
|
||||
#+END_SRC
|
||||
* graphviz
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
Loading…
Reference in New Issue
Block a user