feat(neovim): improve code generation configuration (#249)

1. Configure local `llm` on `avante`
2. Integrate with `claude-code`
3. Add `serena` `mcp` server

Reviewed-on: #249
Co-authored-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
Co-committed-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
This commit is contained in:
2025-06-23 11:40:10 +00:00
committed by João Paulo Dubas
parent 9fe182d987
commit 400a7f2488
2 changed files with 73 additions and 0 deletions

View File

@@ -16,6 +16,14 @@
"vectorcode": {
"command": "vectorcode-mcp-server",
"args": []
},
"serena": {
"command": "uvx",
"arg": [
"--from",
"git+https://github.com/oraios/serena",
"serena-mcp-server"
]
}
}
}