From 08b994d2b0a3e8534fc792374c9cc21b3683e5d8 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Mon, 23 Apr 2018 10:12:45 -0700 Subject: [PATCH] neovim virtualenvs --- neovim/init.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/neovim/init.vim b/neovim/init.vim index 2b970f0..ba5753e 100644 --- a/neovim/init.vim +++ b/neovim/init.vim @@ -3,6 +3,8 @@ if &compatible endif 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