Added paths for conti pc for python and clang
This commit is contained in:
parent
fdfcb72424
commit
f29d8d83cf
5
init.vim
5
init.vim
@ -115,6 +115,9 @@ if has("win32")
|
|||||||
if hostname == "perryWin64"
|
if hostname == "perryWin64"
|
||||||
let g:python3_host_prog="f:\\Tools\\Python\\python.exe"
|
let g:python3_host_prog="f:\\Tools\\Python\\python.exe"
|
||||||
let g:python_host_prog="f:\\Tools\\Python27\\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
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -177,5 +180,7 @@ let g:chromatica#enable_at_startup=1
|
|||||||
if has("win32")
|
if has("win32")
|
||||||
if hostname == "perryWin64"
|
if hostname == "perryWin64"
|
||||||
let g:chromatica#libclang_path='F:\Tools\LLVM\bin\libclang.dll'
|
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
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user