/dumb-palette.vim

Customizable command palette for Vim

Primary LanguageVim scriptMIT LicenseMIT

dumb-palette.vim version

Simple and dumb command palette for Vim

Installation

Plug 'filipelinhares/dumb-palette.vim'

Configuration

let dumb_commands = [
      \ {'text': 'With function', 'func': 'FunctionName' },
      \ {'text': 'Package Install', 'command': 'PlugInstall' },
      \ ]

Mapping

<leader>+o :DumbOpen

Commands

:DumbOpen
:DumbClose

Help

:help dumb-palette

Screen

License

MIT © Filipe Linhares