add: update config neovide

This commit is contained in:
asep.komarudin 2024-05-21 22:37:48 +07:00
parent d1e7d99d27
commit f00aeb3add
7 changed files with 250 additions and 253 deletions

View file

@ -1,11 +1,11 @@
return {
-- dashboard
{
"goolord/alpha-nvim",
lazy = true,
event = "VimEnter",
config = function()
require("user.alpha")
end,
},
-- dashboard
{
"goolord/alpha-nvim",
lazy = true,
event = "VimEnter",
config = function()
require "user.alpha"
end,
},
}