vaijab/gemini-cli.nvim
Neovim integration for the Gemini CLI. Bridges the editor with Gemini's IDE Mode via a lightweight MCP server
Platform-specific configuration:
{
"mcpServers": {
"gemini-cli.nvim": {
"command": "npx",
"args": [
"-y",
"gemini-cli.nvim"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...