From 275d66fb12f88283c01383ba885db51313cd41ab Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Wed, 10 Feb 2021 19:36:15 +0100 Subject: eglot: C-c o organizes imports --- lisp/init-eglot.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lisp/init-eglot.el') diff --git a/lisp/init-eglot.el b/lisp/init-eglot.el index 14ae7a3..0be45cd 100644 --- a/lisp/init-eglot.el +++ b/lisp/init-eglot.el @@ -15,7 +15,9 @@ ;; C-c r renames identifier ("C-c r" . eglot-rename) ;; C-c f formats buffer - ("C-c f" . eglot-format)) + ("C-c f" . eglot-format) + ;; C-c o organizes imports + ("C-c o" . eglot-code-action-organize-imports)) :config ;; disable symbol highlighting and documentation on hover -- cgit v1.2.3