mhinz / vim-startify

:link: The fancy start screen for Vim.
MIT License
5.31k stars 187 forks source link

possible to exclude directory from MRU? #434

Closed prankousky closed 4 years ago

prankousky commented 4 years ago

Hi,

I have been using Startify for quite some time now, and it is awesome. However, I just added firenvim to my \$MYVIMRC, which allows me to use neovim in the browser.

grafik

When I start Startify now, I get /run/user/<id>/firenvim/github.com_somethingsomething_txt for each and every browser entry I made. Can exclude this path somehow so that it will no longer spam my entire Startify page?

Thank you and keep up the great work :)

mhinz commented 4 years ago

See :h g:startify_skiplist.

In your case probably something like let g:startify_skiplist = ['^/run/user/<id>/firenvim'].