goolord / alpha-nvim

a lua powered greeter like vim-startify / dashboard-nvim
MIT License
1.84k stars 109 forks source link

Feat: Implement a default theme #76

Closed hermitmaster closed 2 years ago

hermitmaster commented 2 years ago

It would be great if this worked:

use {
    'goolord/alpha-nvim',
    requires = { 'kyazdani42/nvim-web-devicons' },
    config = function ()
        require'alpha'.setup {}
    end
}

I would default to Startify, as it doesn't depend on specific plugins or keycaps and it just works out of the box.