mirror of
https://github.com/tomru/lazyvim.git
synced 2026-03-02 22:17:16 +01:00
feat: added an example on how to use mini.starter instead of alpha
This commit is contained in:
@@ -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
4
lua/plugins/ui.lua
Normal file
@@ -0,0 +1,4 @@
|
||||
return {
|
||||
-- use mini.starter instead of alpha
|
||||
-- { import = "lazyvim.plugins.extras.ui.mini-starter" },
|
||||
}
|
||||
Reference in New Issue
Block a user