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:
parent
56e39b40e2
commit
fec4905fb3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user