Added paths for conti pc for python and clang

This commit is contained in:
oli 2018-12-31 14:52:17 +01:00
parent fdfcb72424
commit f29d8d83cf

View File

@ -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