Allows for LLM completions choosing the model and its parameters. As of now works only with local ollama instances.
vim.g.python3_host_prog = '/path/to/your/env'
cp main.py ~/.config/nvim/rplugin/python3
:UpdateRemotePlugins
vim.api.nvim_set_keymap('n', '<leader>pu', ':UpdateRemotePlugins<CR>', { noremap = true, silent = true })