mhinz / vim-startify

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

A way to specify padding for each line where startify commands go. #496

Open poetaman opened 3 years ago

poetaman commented 3 years ago

Adding a way to specify custom padding for each entry in startify buffer can help arrange items in a way that looks more organized & hierarchical.

I think this would require adding a way to pass "pad" for type:"commands" and type:function('<func_name>'). The padding would be added to left of [<keybinding>], and cursor will jump to appropriate x-position of [<keybinding>] when navigating up/down the list.

Thanks!