feat(init screen): use dashboard instead alpha-nvim
This commit is contained in:
parent
04fba535ff
commit
3b1a2e37ca
|
@ -1,9 +1,8 @@
|
|||
return {
|
||||
{
|
||||
"goolord/alpha-nvim",
|
||||
config = function ()
|
||||
require'alpha'.setup(require'alpha.themes.dashboard'.config)
|
||||
end
|
||||
'nvimdev/dashboard-nvim',
|
||||
event = 'VimEnter',
|
||||
dependencies = { { 'nvim-tree/nvim-web-devicons' } }
|
||||
},
|
||||
{
|
||||
"kaarmu/typst.vim",
|
||||
|
|
Loading…
Reference in New Issue