Neovim Startup Screen

Let’s explore plugins to create a fancy startup screen.

alpha2phi
3 min readDec 23, 2021
Start-up Screen using alpha.nvim

In this article, let’s go through plugins that we can use to create a fancy startup screen.

vim-startify

Let’s start with vim-startify which should be familiar to most Vimmers.

vim-startify is a plugin that shows recently used files, bookmarks, commands, and sessions that were saved to a certain directory.

vim-startify

It is easy to get it up and running. E.g. using packer.nvim,

use { "mhinz/vim-startify" }

You can easily manage the sessions using the session commands.

:SLoad       load a session    |startify-:SLoad|
:SSave[!] save a session |startify-:SSave|
:SDelete[!] delete a session |startify-:SDelete|
:SClose close a session |startify-:SClose|

Customization is easy using the global variables (:h startify-options)

startify-options

--

--

alpha2phi

Software engineer, Data Science and ML practitioner.