neovim: Set up python3 virtualenv in postinstall
This commit is contained in:
parent
56f6c13001
commit
08a6aa3b33
3 changed files with 4 additions and 8 deletions
|
|
@ -4,7 +4,7 @@ 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')
|
||||
let g:loaded_python_provider = 0 " Disable python2 support for plugins
|
||||
|
||||
call plug#begin('~/.local/share/nvim/plugged')
|
||||
if filereadable(expand("~/.config/nvim/os-plugins.vim"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue