From 73d5352c6f8d87aceb5582aa76dfe89ecf169c83 Mon Sep 17 00:00:00 2001 From: Evgeni Chasnovski Date: Tue, 24 Dec 2024 13:43:35 +0200 Subject: [PATCH] Add `echasnovski/mini.nvim#mini.snippets` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e061199669..e4483e01f3 100644 --- a/README.md +++ b/README.md @@ -364,6 +364,7 @@ - [norcalli/snippets.nvim](https://github.com/norcalli/snippets.nvim) - Snippets in Lua. - [L3MON4D3/LuaSnip](https://github.com/L3MON4D3/LuaSnip) - A snippet engine written in Lua. +- [echasnovski/mini.nvim#mini.snippets](https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-snippets.md) - Module of `mini.nvim` to manage and expand snippets. Supports LSP snippet syntax, flexible loaders, fuzzy prefix matching, interactive selection, snippet session with rich visualization, and more. - [smjonas/snippet-converter.nvim](https://github.com/smjonas/snippet-converter.nvim) - Convert snippets between the most common snippet formats and modify them using a few lines of Lua code. - [dcampos/nvim-snippy](https://github.com/dcampos/nvim-snippy) - Snippet plugin written in Lua with support for [vim-snippets](https://github.com/honza/vim-snippets). - [ellisonleao/carbon-now.nvim](https://github.com/ellisonleao/carbon-now.nvim) - Create beautiful code snippets directly from Neovim.