diff --git a/modules/development/default.nix b/modules/development/default.nix index ca8d7a19..44728311 100644 --- a/modules/development/default.nix +++ b/modules/development/default.nix @@ -39,6 +39,7 @@ "SPC f" '(eglot-format :which-key "Format region") "SPC F" '(eglot-format :which-key "Format buffer") "SPC r" '(eglot-rename :which-key "Rename symbol") + "SPC a" '(eglot-code-actions :which-key "Relevant local actions") ) :config ;;; eclipse-jdt breaks the spec which in turn breaks code actions