mhinz / vim-startify

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

Startify shows stuff I didn't specify it to show #554

Open thecaprisun opened 3 months ago

thecaprisun commented 3 months ago

Hello, I am trying to use startify to get just the header, no recent files, no anything. I have the config set up like this

g:startify_custom_header = [
    \ ' header line 1',
    \ ' header line 2',
    \ ' header line 3',
    \ ' header line 4',
]

However not only the header appears, when opening vim, but also the recent files. Does anyone know a fix?

thecaprisun commented 3 months ago

Here's what the page looks like

[ Header ]

   [e]  <empty buffer>

   MRU

   [0]  ~/.vimrc
   [1]  ~/.config/alacritty/alacritty.toml
   [2]  ~/scripts/fetch.sh
   [3]  ~/dots/install.sh
   [4]  ~/.config/sptlrx/config.yaml
   [5]  ~/.local/share/applications/Obsidian.desktop
   [6]  ~/.config/picom.conf
   [7]  ~/.config/spotifyd/spotifyd.conf
   [8]  ~/.asoundrc
   [9]  ~/.tmux.conf

   [q]  <quit>