nvf/modules/plugins/completion/blink-cmp
Joshua Manchester 626ad99297
fix(blink-cmp): Fix broken default sources
Currently, regardless of whether nvim-cmp is enabled, nvim-cmp's sources
are added as providers. If the nvim-cmp sources "buffer" or "path" are
enabled they will override and break blink.cmp's default "path" and
"buffer" sources.

This fixes the issue by only configuring nvim-cmp sources and providers
when nvim-cmp is enabled and, if nvim-cmp is enabled, only configuring
nvim-cmp compat providers that are not in the blink.cmp default sources.
2025-08-06 22:35:19 -04:00
..
blink-cmp.nix treewide: remove unused inherits 2025-07-06 03:30:44 +02:00
config.nix fix(blink-cmp): Fix broken default sources 2025-08-06 22:35:19 -04:00
default.nix blink: init 2025-02-06 19:26:12 +08:00