Add python paths for neovim

This commit is contained in:
George Rawlinson 2017-04-04 15:17:19 +12:00
parent ecccac2ca7
commit 730757979d
1 changed files with 3 additions and 0 deletions

View File

@ -117,3 +117,6 @@ let g:ansible_attribute_highlight = "ob"
let g:ansible_name_highlight = 'd'
let g:ansible_extra_keywords_highlight = 1
" python host paths
let g:python_host_prog = '/usr/bin/python2'
let g:python3_host_prog = '/usr/bin/python3'