core: add a python provider configuration

Co-Authored-by: iGor milhit <igor@milhit.ch>
iGor milhit 2024-08-28 15:16:45 +02:00
parent 014b8d7bd5
commit ed73a26644
Signed by: igor
GPG Key ID: 692D97C3D0228A99
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,4 @@
-- Load all module files
require("core.python-provider")
require("core.keymaps")
require("core.options")

View File

@ -0,0 +1,4 @@
-- Set a virtualenv as python provider
-- https://neovim.io/doc/user/provider.html#python-virtualenv
vim.g.python3_host_prog = "/home/igor/.pyenv/versions/py-nvim3.10/bin/python"