Keybind lsp actions

This commit is contained in:
Charlotte Van Petegem 2023-02-16 13:19:46 +01:00
parent e9b1b9e78d
commit 982f5a870e
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -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