mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 01:08:53 +02:00
add: update config neovide
This commit is contained in:
parent
d1e7d99d27
commit
f00aeb3add
7 changed files with 250 additions and 253 deletions
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue