Skip to content

vim-grok v0.3.1

Latest

Choose a tag to compare

@cvquesty cvquesty released this 27 Feb 21:17

vim-grok v0.3.1

Documentation completeness release — all features fully documented.

Fixed

  • Help file (:help grok) now includes g:grok_no_mappings and g:grok_plugin_version options 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_mappings to suppress default keybindings
  • Neovim extmark support for ghost text

Installation

Plug 'xai-org/vim-grok'