kickstart.nvim/lua/custom/plugins/alpha._lua

13 lines
276 B
Plaintext

-- modern alternative to startify
-- this loader does not work
return {
'goolord/alpha-nvim',
requires = { 'nvim-tree/nvim-web-devicons' },
config = function ()
require'alpha'.setup(require'alpha.themes.startify'.config)
end,
}
return {}