Neovim Integration
Integrates Claude Desktop with Neovim, enabling AI-enhanced coding assistance within the familiar Vim environment through direct interaction with buffers and commands.
Featured
View Source204 stars
0 tools
Created Aug 2025
@bigcodegen/bigcodegen-neovim-integration-neovim-serverAbout
Integrates Claude Desktop with Neovim, enabling AI-enhanced coding assistance within the familiar Vim environment through direct interaction with buffers and commands.
Categories
general
Installation
npm
npm install @bigcodegen/bigcodegen-neovim-integration-neovim-server
Configuration
{
"mcpServers": {
"bigcodegen-neovim-integration-neovim-server": {
"command": "npx",
"args": [
"-y",
"@bigcodegen/bigcodegen-neovim-integration-neovim-server"
]
}
}
}