Monkey patched alpha-nvim's startify theme to add a section for files listed
in git status
output.
Current status: MVP/Quick hack
Setup alpha-nvim with the config from this module.
With Packer:
use {
'goolord/alpha-nvim',
config = function()
require('alpha').setup(require('alpha_startify_gst').config)
end,
requires = 'walterl/alpha_startify_gst'
}