Use machine specific vim files

This commit is contained in:
2019-02-03 13:23:26 +01:00
parent 0a791230ae
commit c74770e7e1
4 changed files with 19 additions and 25 deletions

5
UUL4JKMG.vim Normal file
View File

@@ -0,0 +1,5 @@
" =================Python==============================
let g:python3_host_prog="c:\\Python36\\python.exe"
let g:python_host_prog="c:\\Python27\\python.exe"
" ===================Chromatica======================
let g:chromatica#libclang_path='D:\Tools\LLVM\bin\libclang.dll'