mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(project): make alpha and mini.starter optional
This commit is contained in:
parent
da45b5608f
commit
48d37e416c
1 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ return {
|
||||||
|
|
||||||
{
|
{
|
||||||
"goolord/alpha-nvim",
|
"goolord/alpha-nvim",
|
||||||
|
optional = true,
|
||||||
opts = function(_, dashboard)
|
opts = function(_, dashboard)
|
||||||
local button = dashboard.button("p", " " .. " Projects", ":Telescope projects <CR>")
|
local button = dashboard.button("p", " " .. " Projects", ":Telescope projects <CR>")
|
||||||
button.opts.hl = "AlphaButtons"
|
button.opts.hl = "AlphaButtons"
|
||||||
|
|
@ -29,6 +30,7 @@ return {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"echasnovski/mini.starter",
|
"echasnovski/mini.starter",
|
||||||
|
optional = true,
|
||||||
opts = function(_, opts)
|
opts = function(_, opts)
|
||||||
local items = {
|
local items = {
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue