config: fix the python venv path

Co-Authored-by: iGor milhit <igor@milhit.ch>
fix-treesitter
iGor milhit 2026-01-20 16:31:38 +01:00
parent 7ed9489460
commit 5c9c87d0c4
Signed by: igor
GPG Key ID: 692D97C3D0228A99
1 changed files with 2 additions and 0 deletions

View File

@ -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"