Add eglot-rename bind
This commit is contained in:
parent
d6d35154c4
commit
16994c48e2
|
@ -461,7 +461,8 @@
|
||||||
(use-package eglot
|
(use-package eglot
|
||||||
:ensure t
|
:ensure t
|
||||||
:bind (("C-c c e" . eglot)
|
:bind (("C-c c e" . eglot)
|
||||||
("C-c c a" . eglot-code-actions))
|
("C-c c a" . eglot-code-actions)
|
||||||
|
("C-c c r" . eglot-rename))
|
||||||
:hook ((nix-mode
|
:hook ((nix-mode
|
||||||
fortran-mode
|
fortran-mode
|
||||||
shell-script-mode
|
shell-script-mode
|
||||||
|
@ -605,7 +606,6 @@
|
||||||
(use-package consult-eglot
|
(use-package consult-eglot
|
||||||
:ensure t
|
:ensure t
|
||||||
:after consult
|
:after consult
|
||||||
:requires eglot
|
|
||||||
:commands (consult-eglot-symbols)
|
:commands (consult-eglot-symbols)
|
||||||
:bind (("C-c s s" . consult-eglot-symbols)))
|
:bind (("C-c s s" . consult-eglot-symbols)))
|
||||||
|
|
||||||
|
|
|
@ -555,7 +555,8 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
|
||||||
(use-package eglot
|
(use-package eglot
|
||||||
:ensure t
|
:ensure t
|
||||||
:bind (("C-c c e" . eglot)
|
:bind (("C-c c e" . eglot)
|
||||||
("C-c c a" . eglot-code-actions))
|
("C-c c a" . eglot-code-actions)
|
||||||
|
("C-c c r" . eglot-rename))
|
||||||
:hook ((nix-mode
|
:hook ((nix-mode
|
||||||
fortran-mode
|
fortran-mode
|
||||||
shell-script-mode
|
shell-script-mode
|
||||||
|
@ -725,7 +726,6 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
|
||||||
(use-package consult-eglot
|
(use-package consult-eglot
|
||||||
:ensure t
|
:ensure t
|
||||||
:after consult
|
:after consult
|
||||||
:requires eglot
|
|
||||||
:commands (consult-eglot-symbols)
|
:commands (consult-eglot-symbols)
|
||||||
:bind (("C-c s s" . consult-eglot-symbols)))
|
:bind (("C-c s s" . consult-eglot-symbols)))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
Loading…
Reference in a new issue