completion/blink-cmp: blink sources options

Use a submodule to allow arbitrary source additions.
Automatically load sources that are enabled.
Automatically add enabled sources via blink-cmp setupOpts.
Prepopulate with a few basic sources, disabled by default.
This commit is contained in:
alfarel 2025-02-25 22:33:11 -05:00 committed by raf
commit 9e35fd8d02
4 changed files with 136 additions and 18 deletions

View file

@ -206,6 +206,7 @@
for in-neovim `nix develop`, `nix shell` and more.
- 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.
[TheColorman](https://github.com/TheColorman)