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