chore(emacs): add quick command for lsp actions
This commit is contained in:
parent
a064375c2b
commit
31ab535f8e
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue