mhinz / vim-startify

:link: The fancy start screen for Vim.
MIT License
5.3k stars 186 forks source link

can user add content to startify? #376

Closed fgheng closed 5 years ago

fgheng commented 5 years ago

hello, i want to show some commands in common use to the startify, just like PlugUpdate..., and when i choose it, it can execute this command, does startify support it?

mhinz commented 5 years ago

Hi,

Yup, see :h g:startify_commands. E.g.

let g:startify_commands = [
      \ 'help',
      \ ['Update plugins', 'PlugUpdate']
      \ ]