Skip to content

Commit

Permalink
feat: added an example on how to use mini.starter instead of alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jan 8, 2023
1 parent c137431 commit e6e6613
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lua/plugins/editor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 4 additions & 0 deletions lua/plugins/ui.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
return {
-- use mini.starter instead of alpha
-- { import = "lazyvim.plugins.extras.ui.mini-starter" },
}

0 comments on commit e6e6613

Please sign in to comment.