vim-grok v0.3.1
Documentation completeness release — all features fully documented.
Fixed
- Help file (
:help grok) now includesg:grok_no_mappingsandg:grok_plugin_versionoptions that were added in v0.3.0 but missing from the help docs
Verified
All 13 commands, 15 config options, and 15 key mappings are documented in both:
- README.md — comprehensive beginner-friendly guide with badges
- doc/grok.txt — Vim help file accessible via
:help grok
Full Feature Set (v0.3.x)
- Ask, Explain, Refactor, Review, Fix, Generate, Inline, Chat commands
- Inline ghost-text completions via xAI API (Vim + Neovim)
- Multi-turn chat with session persistence
- All commands fully async (no editor blocking)
- Output buffer doesn't steal focus
g:grok_no_mappingsto suppress default keybindings- Neovim extmark support for ghost text
Installation
Plug 'xai-org/vim-grok'