chore(emacs): add quick command for lsp actions

This commit is contained in:
Ade Attwood 2021-11-21 11:03:44 +00:00
parent a064375c2b
commit 31ab535f8e

View file

@ -111,6 +111,10 @@
"b" '(:ignore t :which-key "Buffers")
"bd" 'kill-this-buffer
"bb" 'counsel-switch-buffer
;; LSP actions
"l" '(:ignore t :which-key "LSP")
"lr" 'lsp-workspace-restart
"la" 'lsp-execute-code-action
;; Projects
"p" '(:ignore t :which-key "Projects")
"p SPC" 'counsel-projectile