LazyVim.LazyVim/lua/lazyvim/plugins/extras/coding
abeldekat f2f2aea672
feat(snippets): mini.snippets standalone and blink.resubscribe (#5507)
## Description


When using blink.cmp and mini.snippets, the same problem regarding
outdated completion items as solved in
[nvim-cmp](https://github.com/hrsh7th/nvim-cmp/pull/2126) can arise.

[This](https://github.com/Saghen/blink.cmp/pull/1035) PR has been
included into main.
When the PR is included into the next stable release, this PR can be
merged.
Current blink release: 0.11.0


## Checklist

- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md)
guidelines.

Co-authored-by: abeldekat <abel@nomail.com>
2025-02-16 09:06:35 +01:00
..
blink.lua fix(blink): remove unnecessary sources from cmdline (#5620) 2025-02-16 08:05:52 +01:00
luasnip.lua fix(luasnip): schedule jump to be compatible with blink, nvim-cmp still works after change (#5470) 2025-01-28 09:19:01 +01:00
mini-comment.lua feat(comments): use ts-comments.nvim instead of nvim-ts-context-commentstring on Neovim 0.10 2024-05-21 19:31:40 +02:00
mini-snippets.lua feat(snippets): mini.snippets standalone and blink.resubscribe (#5507) 2025-02-16 09:06:35 +01:00
mini-surround.lua fix(extras): disable import handling when loading :LazyExtras + changed some recommendations 2025-02-10 23:27:24 +01:00
neogen.lua feat(extras): setup neogen and mini.snippets integration (#5594) 2025-02-14 17:32:33 +01:00
nvim-cmp.lua fix(cmp): disable nvim-cmp/blink.cmp when needed 2024-12-13 19:56:03 +01:00
yanky.lua fix(yanky): enable yank history in visual mode (#4048) 2024-07-15 11:48:58 +02:00