mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 01:08:53 +02:00
add: update config modular
This commit is contained in:
parent
875631fc4e
commit
77436b89c4
5 changed files with 122 additions and 135 deletions
11
lua/plugins/alpha.lua
Normal file
11
lua/plugins/alpha.lua
Normal file
|
@ -0,0 +1,11 @@
|
|||
return {
|
||||
-- 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