From 45063f276e01bce2cd3cac348c4439a9b3928fdb Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Fri, 28 Dec 2018 16:03:33 +0100 Subject: [PATCH] Added chromatica --- init.vim | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/init.vim b/init.vim index d42cec9..f48bbca 100644 --- a/init.vim +++ b/init.vim @@ -30,6 +30,7 @@ if has("win32") end end Plug 'Shougo/echodoc.vim' +Plug 'arakashic/chromatica.nvim', { 'do': ':UpdateRemotePlugins' } call plug#end() " =============Settings================== filetype plugin on @@ -170,3 +171,10 @@ let g:fzf_action = { \ 'enter': 'tab split', \ 'ctrl-x': 'split', \ 'ctrl-v': 'vsplit' } +" ===================Chromatica====================== +let g:chromatica#enable_at_startup=1 +if has("win32") + if hostname == "perryWin64" + let g:chromatica#libclang_path='F:\Tools\LLVM\bin\libclang.dll' + end +end