Simple and dumb command palette for Vim
Plug 'filipelinhares/dumb-palette.vim'
let dumb_commands = [
\ {'text': 'With function', 'func': 'FunctionName' },
\ {'text': 'Package Install', 'command': 'PlugInstall' },
\ ]
<leader>
+o :DumbOpen
:DumbOpen
:DumbClose
:help dumb-palette
MIT © Filipe Linhares