13 lines
276 B
Text
13 lines
276 B
Text
|
-- 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 {}
|