completion/blink: don't break when modifying built-in sources.providers

This commit is contained in:
alfarel 2025-03-04 20:27:10 -05:00
commit 4bafc0a088
3 changed files with 24 additions and 7 deletions

View file

@ -226,8 +226,9 @@
syncing of nvim shell environment with direnv's.
- Add [blink.cmp] source options and some default-disabled sources.
- Add [blink.cmp] option to add
[friendly-snippets](https://github.com/rafamadriz/friendly-snippets) so
blink.cmp can source snippets from it.
[friendly-snippets](https://github.com/rafamadriz/friendly-snippets)
so blink.cmp can source snippets from it.
- Fix [blink.cmp] breaking when built-in sources were modified.
[TheColorman](https://github.com/TheColorman):