1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 15:19:12 +08:00

Merge pull request #1198 from icearith/fork-fix-typo

fix typo
This commit is contained in:
Wang Shidong 2017-12-29 12:45:25 +08:00 committed by GitHub
commit 8ba5567c9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,5 +19,5 @@ function! SpaceVim#layers#format#plugins() abort
endfunction
function! SpaceVim#layers#format#config() abort
call SpaceVim#mapping#space#def('nnoremap', ['b', 'f'], 'Neoformat', 'format-codo', 1)
call SpaceVim#mapping#space#def('nnoremap', ['b', 'f'], 'Neoformat', 'format-code', 1)
endfunction