Set all pythons to system python for YouCompleteMe

This commit is contained in:
2015-07-09 21:45:29 +02:00
parent 2ffb74d843
commit ba429f2e9f
+2 -2
View File
@@ -1,5 +1,5 @@
" Vim settings
let g:python_host_prog='/u/anasynth/perry/.pyenv/shims/python'
let g:python_host_prog='/usr/bin/python'
filetype off " required
@@ -259,7 +259,7 @@ set pumheight=20"
" ====================================
" YouCompleteMe Settings
" ====================================
let g:ycm_path_to_python_interpreter = '/usr/bin/python'
let g:ycm_path_to_python_interpreter ='/usr/bin/python'
" ====================================
" VIMUX Commands