completion/blink-cmp: option to enable friendly-snippets

Just adds it to the environment,
`blink-cmp` will pick up on it automatically.
This commit is contained in:
alfarel 2025-02-25 23:17:19 -05:00 committed by raf
commit 449b943b95
3 changed files with 7 additions and 2 deletions

View file

@ -207,6 +207,9 @@
- Add [direnv.vim](https://github.com/direnv/direnv.vim) plugin
for automatic 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.
[TheColorman](https://github.com/TheColorman)