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:
parent
5824d4be1a
commit
b04ed6d784
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user