config: fix the python venv path
Co-Authored-by: iGor milhit <igor@milhit.ch>fix-treesitter
parent
7ed9489460
commit
5c9c87d0c4
|
|
@ -3,3 +3,5 @@
|
|||
|
||||
-- vim.g.python3_host_prog = "/home/igor/.pyenv/versions/py-nvim3.10/bin/python"
|
||||
-- vim.g.python3_host_prog = "/home/igor/.pyenv/shims/python"
|
||||
|
||||
vim.g.python3_host_prog = "/home/igor/.pyenv/versions/3.10.0/envs/py-nvim3.10"
|
||||
|
|
|
|||
Loading…
Reference in New Issue