A personal collection of AI-powered Vim tools.
These are not designed for a complete AI-integrated working experience — just individual tools to experiment with.
- AIExplain — explains selected code using an LLM and displays the result in a new buffer
- AIOperator - generates or transforms code from a natural language prompt using an LLM
- AICommitMessage — generates commit messages following the conventional commits format
- AIGrammar — improves grammar, clarity, and style of selected text using an LLM (supersedes vim-english)
- AIAsk — queries the codebase with a natural language question using an LLM and displays the result in a new buffer
Experimental. Commands may change without notice as I develop the workflow that best suits my style.