diff --git a/init.vim b/init.vim index 1233b46..3f81e5d 100644 --- a/init.vim +++ b/init.vim @@ -115,6 +115,9 @@ if has("win32") if hostname == "perryWin64" let g:python3_host_prog="f:\\Tools\\Python\\python.exe" let g:python_host_prog="f:\\Tools\\Python27\\python.exe" + elseif hostname == "UUL4JKMG" + let g:python3_host_prog="c:\\Python35\\python.exe" + let g:python_host_prog="c:\\Python27\\python.exe" end end @@ -177,5 +180,7 @@ let g:chromatica#enable_at_startup=1 if has("win32") if hostname == "perryWin64" let g:chromatica#libclang_path='F:\Tools\LLVM\bin\libclang.dll' + elseif hostname == "UUL4JKMG" + let g:chromatica#libclang_path='D:\Tools\LLVM\bin\libclang.dll' end end