mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-04 10:40:03 +08:00
6 lines
190 B
VimL
6 lines
190 B
VimL
function! SpaceVim#layers#format#plugins() abort
|
|
return [
|
|
\ ['sbdchd/neoformat', {'merged' : 0, 'loadconf' : 1 , 'loadconf_before' : 1}],
|
|
\ ]
|
|
endfunction
|