Only set python path for windows
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user