Add python paths for neovim
This commit is contained in:
parent
ecccac2ca7
commit
730757979d
1 changed files with 3 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue