1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 05:30:07 +08:00

Add arakashic/chromatica.nvim

This commit is contained in:
wsdjeg 2017-12-27 21:39:42 +08:00
parent 64ea284b45
commit 8dd17d4d08

View File

@ -59,7 +59,11 @@ function! SpaceVim#layers#lang#c#plugins() abort
call add(plugins, ['Rip-Rip/clang_complete'])
endif
if has('nvim')
call add(plugins, ['bbchung/Clamp', { 'if' : has('python')}])
if has('python3')
call add(plugins, ['arakashic/chromatica.nvim', { 'merged' : 0}])
else
call add(plugins, ['bbchung/Clamp', { 'if' : has('python')}])
endif
elseif has('job')
call add(plugins, ['bbchung/clighter8', { 'if' : has('python')}])
else