1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:10:04 +08:00

Fix typo in TypeScript layer TSDoc command (#2510)

This commit is contained in:
Amir Eldor 2019-01-27 04:56:37 +02:00 committed by Wang Shidong
parent 56e39b40e2
commit fec4905fb3

View File

@ -60,7 +60,7 @@ function! s:on_ft() abort
if has('nvim')
call SpaceVim#mapping#space#langSPC('nnoremap', ['l', 'c'], 'TSTypeDef',
\ 'type definition', 1)
call SpaceVim#mapping#space#langSPC('nnoremap', ['l', 'd'], 'TsDoc',
call SpaceVim#mapping#space#langSPC('nnoremap', ['l', 'd'], 'TSDoc',
\ 'show document', 1)
call SpaceVim#mapping#space#langSPC('nnoremap', ['l', 'e'], 'TSRename',
\ 'rename symbol', 1)