aduros / ai.vim

Generate and edit text in Neovim using OpenAI and GPT.
ISC License
291 stars 24 forks source link

work with Vim #6

Open mikecanann opened 1 year ago

mikecanann commented 1 year ago

Can this be make to also work with regular vim?

aduros commented 1 year ago

Maybe, the plugin isn't very much code, but it would be a total rewrite and I don't have the time for it sadly (see also #2)

madox2 commented 1 year ago

In case you are still looking for a way to run AI completion in regular Vim, you can have a look at this plugin: https://github.com/madox2/vim-ai

It is highly inspired by ai.vim

jackywu commented 1 year ago

Is there any progress on this post?