neoai.nvim and chatgpt-vim
These are competitors offering overlapping functionality—both enable direct integration of OpenAI's language models into Vim/Neovim editors for in-editor code assistance and text generation, though neoai.nvim is more actively maintained (significantly higher star count) and specifically targets Neovim's modern plugin architecture while chatgpt-vim supports the broader Vim ecosystem.
About neoai.nvim
Bryley/neoai.nvim
Neovim plugin for intracting with GPT models from OpenAI
This Neovim plugin integrates OpenAI's GPT models directly into your coding environment. You can feed it code snippets or text you're working on and get back explanations, rewritten text, or even generated code suggestions. It's designed for software developers who use Neovim and want AI assistance without leaving their editor.
About chatgpt-vim
0xStabby/chatgpt-vim
Use ChatGPT/OpenAI from inside Vim.
This tool helps developers who use Vim to quickly generate code, refactor existing scripts, or understand code snippets without leaving their editor. You provide a text prompt or select parts of your current file, and it uses OpenAI's models to generate text responses, which can then be directly incorporated into your work. It's designed for software developers, system administrators, or anyone who spends a lot of time coding in Vim.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work