mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-14 15:19:12 +08:00
Fix type
This commit is contained in:
parent
b1114b20b5
commit
8515969dfa
@ -51,7 +51,7 @@ function! s:language_specified_mappings() abort
|
||||
\ 'call nim#features#usages#run(1)', 'rename symbol in project', 1)
|
||||
call SpaceVim#mapping#space#langSPC('nmap', ['l','r'],
|
||||
\ 'call SpaceVim#plugins#runner#open()',
|
||||
\ 'compible and run current file', 1)
|
||||
\ 'compile and run current file', 1)
|
||||
|
||||
" REPL key bindings {{{
|
||||
let g:_spacevim_mappings_space.l.s = {'name' : '+Send'}
|
||||
|
@ -28,5 +28,5 @@ endfunction
|
||||
function! s:language_specified_mappings() abort
|
||||
call SpaceVim#mapping#space#langSPC('nmap', ['l','r'],
|
||||
\ 'call SpaceVim#plugins#runner#open()',
|
||||
\ 'compible and run current file', 1)
|
||||
\ 'compile and run current file', 1)
|
||||
endfunction
|
||||
|
Loading…
x
Reference in New Issue
Block a user