1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-04 10:40:03 +08:00
SpaceVim/autoload/SpaceVim/layers/format.vim
2017-01-14 13:00:03 +08:00

6 lines
190 B
VimL

function! SpaceVim#layers#format#plugins() abort
return [
\ ['sbdchd/neoformat', {'merged' : 0, 'loadconf' : 1 , 'loadconf_before' : 1}],
\ ]
endfunction