mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 08:35:53 +02:00
feat(snippets): mini.snippets is out of beta (#5505)
## Description mini.snippets is out of beta, so I adjusted the description for the extra accordingly ## Checklist - [x] I've read the [CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md) guidelines. --------- Co-authored-by: abeldekat <abel@nomail.com>
This commit is contained in:
parent
3242ab8cff
commit
4a81a370d7
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ return {
|
||||||
{ "L3MON4D3/LuaSnip", optional = true, enabled = false },
|
{ "L3MON4D3/LuaSnip", optional = true, enabled = false },
|
||||||
|
|
||||||
-- add mini.snippets
|
-- add mini.snippets
|
||||||
desc = "mini.snippets(beta), a plugin to manage and expand snippets (alternative for luasnip)",
|
desc = "Manage and expand snippets (alternative to Luasnip)",
|
||||||
{
|
{
|
||||||
"echasnovski/mini.snippets",
|
"echasnovski/mini.snippets",
|
||||||
event = "InsertEnter", -- don't depend on other plugins to load...
|
event = "InsertEnter", -- don't depend on other plugins to load...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue