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
2 changed files with 4 additions and 4 deletions

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" },
}