TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: An AI code assistant for Vim

2 pointsby detectivestoryabout 2 months ago
This plugin can be used locally with Ollama or with an Open Router API key. You can ask questions about your code, get an explanation, or a general review. The response is added to your quickfix list.<p>Link: <a href="https:&#x2F;&#x2F;github.com&#x2F;whatever555&#x2F;vim-code-checker">https:&#x2F;&#x2F;github.com&#x2F;whatever555&#x2F;vim-code-checker</a><p>It should work on recent versions of vim, and also neovim. It does require the installation of an npm package (details in the README) so a recent version of node is required.<p>It is a simple barebones project that I have been using locally, but I thought it might be a good idea to share it with the world, and get some feedback. So any suggestions on how to improve it, or if there are better options already available, please let me know. Thanks for reading!

1 comment

detectivestoryabout 2 months ago
The available commands are:<p>:CodeCheck -- runs code check without any additional information.<p>:CodeCheckExplain -- requests detailed explanation of the issues found.<p>:CodeCheckAskQuestion &lt;args&gt; -- asks a question about specific issues, where &lt;args&gt; is your query.