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

Use forked repo

This commit is contained in:
Shidong Wang 2018-12-19 00:01:57 +08:00
parent c23abc4ad6
commit e81af945f9

View File

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