neovim virtualenvs
This commit is contained in:
parent
b7fd656fc5
commit
08b994d2b0
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue