Only set python path for windows
This commit is contained in:
parent
879d48ef2c
commit
ffca2a8b7d
6
init.vim
6
init.vim
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user