mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-23 17:49:57 +08:00
Fix typo in TypeScript layer TSDoc command (#2510)
This commit is contained in:
parent
56e39b40e2
commit
fec4905fb3
@ -60,7 +60,7 @@ function! s:on_ft() abort
|
|||||||
if has('nvim')
|
if has('nvim')
|
||||||
call SpaceVim#mapping#space#langSPC('nnoremap', ['l', 'c'], 'TSTypeDef',
|
call SpaceVim#mapping#space#langSPC('nnoremap', ['l', 'c'], 'TSTypeDef',
|
||||||
\ 'type definition', 1)
|
\ 'type definition', 1)
|
||||||
call SpaceVim#mapping#space#langSPC('nnoremap', ['l', 'd'], 'TsDoc',
|
call SpaceVim#mapping#space#langSPC('nnoremap', ['l', 'd'], 'TSDoc',
|
||||||
\ 'show document', 1)
|
\ 'show document', 1)
|
||||||
call SpaceVim#mapping#space#langSPC('nnoremap', ['l', 'e'], 'TSRename',
|
call SpaceVim#mapping#space#langSPC('nnoremap', ['l', 'e'], 'TSRename',
|
||||||
\ 'rename symbol', 1)
|
\ 'rename symbol', 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user