mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 00:10:07 +08:00
docs(lang#typescript): add doc for SPC l g d
This commit is contained in:
parent
da40455f5c
commit
d85912c15a
@ -37,6 +37,7 @@
|
||||
" SPC l R show reference
|
||||
" SPC l D show errors
|
||||
" SPC l o organizes imports
|
||||
" SPC l g d generate JSDoc
|
||||
" <
|
||||
" The following key bindings only work in vim.
|
||||
" >
|
||||
@ -162,7 +163,7 @@ function! s:on_typescript_ft() abort
|
||||
" generate groups
|
||||
let g:_spacevim_mappings_space.l.g = {'name' : '+Generate'}
|
||||
call SpaceVim#mapping#space#langSPC('nnoremap', ['l', 'g', 'd'], 'JsDoc',
|
||||
\ 'generate JSDoc', 1)
|
||||
\ 'generate-JSDoc', 1)
|
||||
|
||||
" REPL support
|
||||
let g:_spacevim_mappings_space.l.s = {'name' : '+Send'}
|
||||
|
@ -4218,6 +4218,7 @@ The following key bindings only work in neovim.
|
||||
SPC l R show reference
|
||||
SPC l D show errors
|
||||
SPC l o organizes imports
|
||||
SPC l g d generate JSDoc
|
||||
<
|
||||
The following key bindings only work in vim.
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user