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:
parent
64ea284b45
commit
8dd17d4d08
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user