reovim-plugin-cmdline-completion 0.8.1

Command-line auto-completion plugin for reovim
Documentation

Command-line auto-completion plugin for reovim

Provides TAB completion for command mode (: commands):

  • Command name completion with descriptions
  • File path completion for :e, :w commands

Architecture

  • Synchronous completion (fast enough without background processing)
  • Lock-free cache for responsive rendering (ArcSwap pattern)
  • Wildmenu-style popup with icons and descriptions