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>
|
map <C-C> :TComment<CR>
|
||||||
|
|
||||||
" =================Python==============================
|
" =================Python==============================
|
||||||
let g:python3_host_prog="f:\\Tools\\Python\\python.exe"
|
if has("win32")
|
||||||
let g:python_host_prog="f:\\Tools\\Python27\\python.exe"
|
let g:python3_host_prog="f:\\Tools\\Python\\python.exe"
|
||||||
|
let g:python_host_prog="f:\\Tools\\Python27\\python.exe"
|
||||||
|
end
|
||||||
|
|
||||||
" =========================Deoplete====================
|
" =========================Deoplete====================
|
||||||
let g:deoplete#enable_at_startup = 1
|
let g:deoplete#enable_at_startup = 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user