Feat: source python in virtualenv

This commit is contained in:
Bertrand Benjamin 2022-02-03 10:21:38 +01:00
parent 150341e4c2
commit b2e957ba9c

View File

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