1
0
Fork 0

neovim virtualenvs

This commit is contained in:
Jeremy Kaplan 2018-04-23 10:12:45 -07:00 committed by Jeremy Kaplan
commit 08b994d2b0

View file

@ -3,6 +3,8 @@ if &compatible
endif endif
let &shell = '/bin/sh' let &shell = '/bin/sh'
let g:python3_host_prog = expand('~/.virtualenvs/neovim3/bin/python')
let g:python_host_prog = expand('~/.virtualenvs/neovim2/bin/python')
set runtimepath+=~/.config/nvim/plugins/repos/github.com/Shougo/dein.vim set runtimepath+=~/.config/nvim/plugins/repos/github.com/Shougo/dein.vim