Skip to content

Commit

Permalink
nvim: fix python_host_prog
Browse files Browse the repository at this point in the history
  • Loading branch information
fnbk committed Apr 4, 2018
1 parent 441889a commit fe127a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ let mapleader=","


" Path to python interpreter for neovim
let g:python_host_prog = '/usr/bin/python'
let g:python_host_prog = '/usr/local/bin/python2'
let g:python3_host_prog = '/usr/local/bin/python3'

" disable indentation when pasting into Vim
Expand Down

0 comments on commit fe127a3

Please sign in to comment.