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

Fix chinese layer

This commit is contained in:
wsdjeg 2018-03-27 21:17:38 +08:00
parent 5824d4be1a
commit b04ed6d784

View File

@ -12,7 +12,7 @@ function! SpaceVim#layers#chinese#plugins() abort
\ ['yianwillis/vimcdoc', {'merged' : 0}], \ ['yianwillis/vimcdoc', {'merged' : 0}],
\ ] \ ]
if SpaceVim#layers#isLoaded('ctrlp') if SpaceVim#layers#isLoaded('ctrlp')
call add(plugins, [['vimcn/ctrlp.cnx', {'merged' : 0}]]) call add(plugins, ['vimcn/ctrlp.cnx', {'merged' : 0}])
endif endif
return plugins return plugins
endfunction endfunction