1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 09:10:04 +08:00

add format mapping

This commit is contained in:
Arith Xu 2017-12-20 15:55:34 +08:00
parent afab1fe2a1
commit 6b213c4190

View File

@ -49,8 +49,6 @@ function! s:language_specified_mappings() abort
call SpaceVim#mapping#space#langSPC('nmap', ['l','s', 's'],
\ 'call SpaceVim#plugins#repl#send("selection")',
\ 'send selection and keep code buffer focused', 1)
endfunction
au BufEnter *.lua :LuaOutputMethod buffer