Feat: source python in virtualenv

This commit is contained in:
Bertrand Benjamin 2022-02-03 10:21:38 +01:00
parent 150341e4c2
commit b2e957ba9c
1 changed files with 4 additions and 0 deletions

View File

@ -49,3 +49,7 @@ exec([[
]], false)
cmd('colorscheme gruvbox')
-- Python 3
g.python3_host_prog="~/.venv/nvim/bin/python"