Add lsp-command-map to SPC-c-l
The default lsp-mode bindings are bound to `s-l` which is impractical for anyone using keybindings in their window manager. It also conflicts w/ the doom approach of using leader keys. This change makes all the default lsp bindings (see https://github.com/emacs-lsp/lsp-mode#commands) available on SPC-c-l. So for example, restarting the lsp server can be done with `SPC c l s r`.
This commit is contained in:
parent
0a26a22d59
commit
c56afcfe01
3 changed files with 25 additions and 14 deletions
Loading…
Add table
Add a link
Reference in a new issue