nomnivore / ollama.nvim

A plugin for managing and integrating your ollama workflows in neovim.
MIT License
311 stars 22 forks source link

Is it possible to use ollama in autocomplete mode? #23

Closed dpecos closed 4 months ago

dpecos commented 4 months ago

To have a similar interaction to what Copilot does (autocompletes ahead of where you are).

nomnivore commented 4 months ago

Not planned for this plugin. If there is another plugin which does OpenAPI-driven autocomplete (ChatGPT), you can try configuring the API url/etc to point to your ollama server, as they have added OpenAPI-compatible endpoints in a recent update.