adding code actions
This commit is contained in:
parent
4cc698a7e5
commit
6467483397
|
@ -2745,7 +2745,7 @@ Let's give eglot a try.
|
||||||
(rust-ts-mode . eglot-ensure)
|
(rust-ts-mode . eglot-ensure)
|
||||||
:general
|
:general
|
||||||
(general-def 'normal eglot-mode-map
|
(general-def 'normal eglot-mode-map
|
||||||
))
|
"ga" 'eglot-code-actions))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|
2
init.el
2
init.el
|
@ -2006,7 +2006,7 @@ targets."
|
||||||
(rust-ts-mode . eglot-ensure)
|
(rust-ts-mode . eglot-ensure)
|
||||||
:general
|
:general
|
||||||
(general-def 'normal eglot-mode-map
|
(general-def 'normal eglot-mode-map
|
||||||
))
|
"ga" 'eglot-code-actions))
|
||||||
|
|
||||||
(use-package consult-eglot
|
(use-package consult-eglot
|
||||||
:general
|
:general
|
||||||
|
|
Loading…
Reference in a new issue