[lsp] Add keybinding for lsp-version command

This commit is contained in:
nanashi0x74 2020-10-18 22:20:18 +02:00 committed by duianto
parent f2b17d8cd7
commit c8b717c9be
3 changed files with 3 additions and 0 deletions

View File

@ -2543,6 +2543,7 @@ files (thanks to Daniel Nicolai)
- Added documentation for =lsp-headerline-breadcrumb-mode=, =lsp-lens-mode=,
=lsp-modeline-diagnostics-mode=, and =lsp-modeline-code-actions-mode=
(thanks to Lucius Hu)
- Added =lsp-version= to ~SPC m b v~ (thanks to nanashi0x74)
**** Debug Adapter Protocol (DAP)
- Layer variables:
- Added variable =dap-enable-mouse-support=

View File

@ -228,6 +228,7 @@ The lsp minor mode bindings are:
| ~SPC m b s~ | ~lsp-workspace-shutdown~ |
| ~SPC m b r~ | ~lsp-workspace-restart~ |
| ~SPC m b d~ | ~lsp-describe-session~ |
| ~SPC m b v~ | ~lsp-version~ |
|-------------+----------------------------------------------------------------------------------|
| ~SPC m r r~ | rename |
|-------------+----------------------------------------------------------------------------------|

View File

@ -57,6 +57,7 @@
"bd" #'lsp-describe-session
"br" #'lsp-workspace-restart
"bs" #'lsp-workspace-shutdown
"bv" #'lsp-version
;; refactor
"rr" #'lsp-rename
;; toggles