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

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