feat: added an example on how to use mini.starter instead of alpha

This commit is contained in:
Folke Lemaitre 2023-01-08 15:37:29 +01:00
parent c137431c14
commit e6e6613011
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
2 changed files with 4 additions and 4 deletions

View File

@ -26,8 +26,4 @@ return {
-- config = true,
-- keys = { { "<leader>z", "<cmd>ZenMode<cr>", desc = "Zen Mode" } },
-- },
-- use mini.starter instead of alpha
-- { "goolord/alpha-nvim", enabled = false },
-- { "echasnovski/mini.starter", enabled = true },
}

4
lua/plugins/ui.lua Normal file
View File

@ -0,0 +1,4 @@
return {
-- use mini.starter instead of alpha
-- { import = "lazyvim.plugins.extras.ui.mini-starter" },
}