Add keybind to initiate eglot connection when down
This commit is contained in:
parent
40d8c92ebb
commit
e6d2fe10e4
4
init.el
4
init.el
|
@ -269,7 +269,9 @@
|
||||||
|
|
||||||
(use-package eglot
|
(use-package eglot
|
||||||
:ensure nil
|
:ensure nil
|
||||||
:bind (:map eglot-mode-map
|
:bind
|
||||||
|
("C-c e" . eglot)
|
||||||
|
(:map eglot-mode-map
|
||||||
("C-c e c" . eglot-code-actions)
|
("C-c e c" . eglot-code-actions)
|
||||||
("C-c e r" . eglot-rename)
|
("C-c e r" . eglot-rename)
|
||||||
("C-c e f" . eglot-format)
|
("C-c e f" . eglot-format)
|
||||||
|
|
Loading…
Reference in a new issue