Only set python path for windows

This commit is contained in:
Oliver Hartmann 2018-12-26 22:35:28 +01:00
parent 879d48ef2c
commit ffca2a8b7d

View File

@ -80,8 +80,10 @@ map ö `.
map <C-C> :TComment<CR>
" =================Python==============================
let g:python3_host_prog="f:\\Tools\\Python\\python.exe"
let g:python_host_prog="f:\\Tools\\Python27\\python.exe"
if has("win32")
let g:python3_host_prog="f:\\Tools\\Python\\python.exe"
let g:python_host_prog="f:\\Tools\\Python27\\python.exe"
end
" =========================Deoplete====================
let g:deoplete#enable_at_startup = 1