Skip to content

Plugin for nvim written in python to add ollama connectivity

Notifications You must be signed in to change notification settings

demian-overflow/nvim_ollama_connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ollama connector plugin

Allows for LLM completions choosing the model and its parameters. As of now works only with local ollama instances.

Install manually

Make sure requirements are installed in python environment set for nvim

vim.g.python3_host_prog = '/path/to/your/env'

Moving the plugin

cp main.py ~/.config/nvim/rplugin/python3

Updating in nvim

:UpdateRemotePlugins

You could also make an binding to do it faster

vim.api.nvim_set_keymap('n', '<leader>pu', ':UpdateRemotePlugins<CR>', { noremap = true, silent = true })

References to documentation

About

Plugin for nvim written in python to add ollama connectivity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages