Only set python path for windows
This commit is contained in:
2
init.vim
2
init.vim
@@ -80,8 +80,10 @@ map ö `.
|
||||
map <C-C> :TComment<CR>
|
||||
|
||||
" =================Python==============================
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user