/cmdline.vim

Display command line text in floating window

Primary LanguageVim ScriptMIT LicenseMIT

cmdline.vim

Note: It is still experimental version.

Doc

Please read help for details.

Introduction

cmdline.vim displays command line in floating window.

Install

Note: cmdline.vim requires Neovim (0.8.0+ and of course, latest is recommended) or Vim 9.0.1276+.

Configuration

call cmdline#set_option(#{
  \   highlight_prompt: 'Statement',
  \   highlight_window: 'None',
  \ })

Screenshots

Please see: #3

nvim

Vim