mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-22 08:45:42 +08:00
add format mapping
This commit is contained in:
parent
afab1fe2a1
commit
6b213c4190
@ -49,8 +49,6 @@ function! s:language_specified_mappings() abort
|
|||||||
call SpaceVim#mapping#space#langSPC('nmap', ['l','s', 's'],
|
call SpaceVim#mapping#space#langSPC('nmap', ['l','s', 's'],
|
||||||
\ 'call SpaceVim#plugins#repl#send("selection")',
|
\ 'call SpaceVim#plugins#repl#send("selection")',
|
||||||
\ 'send selection and keep code buffer focused', 1)
|
\ 'send selection and keep code buffer focused', 1)
|
||||||
|
|
||||||
|
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
au BufEnter *.lua :LuaOutputMethod buffer
|
au BufEnter *.lua :LuaOutputMethod buffer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user