Commit graph

15 commits

Author SHA1 Message Date
Jan-Henrik Damaschke
aa15a679cc
Merge f8eaf2850e into f5c91f6a66 2025-09-05 13:44:09 +08:00
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
poz
ad69bef1f5
treewide: remove unused inherits 2025-07-06 03:30:44 +02:00
raf
f8eaf2850e
Merge branch 'main' into fix/blink_auto_show 2025-06-04 13:42:06 +03:00
Jan-Henrik Damaschke
fce64dd084
fix(blink-cmp): Extended auto_show type 2025-06-04 03:11:20 +02:00
Jan-Henrik Damaschke
ab1385ffb9
fix(blink-cmp): Added "cmdline" preset type 2025-06-04 02:30:52 +02:00
Ching Pei Yang
195d39cef7 blink: add keybinds for cmdline 2025-05-26 16:12:07 +02:00
Ching Pei Yang
316aeeae4e blink: do not set default for cmdline sources 2025-05-26 16:12:07 +02:00
Ching Pei Yang
92ae676e54
blink: remove ineffectful default transform_items
blink no longer deprioritize snippets
2025-04-01 14:57:02 +02:00
raf
a5dee946a9
blink-cmp: apply Nix patch; use new fetcher (#714)
Some checks failed
Set up binary cache / cachix (default) (push) Has been cancelled
Set up binary cache / cachix (maximal) (push) Has been cancelled
Set up binary cache / cachix (nix) (push) Has been cancelled
Validate flake & check documentation / Validate Flake Documentation (push) Has been cancelled
Validate flake & check documentation / Validate hyperlinks in documentation sources (push) Has been cancelled
Validate flake & check formatting / Validate Flake (push) Has been cancelled
Validate flake & check formatting / Formatting via Alejandra (push) Has been cancelled
Build and deploy documentation / Check latest commit (push) Has been cancelled
Check for typos in the source tree / check-typos (push) Has been cancelled
Build and deploy documentation / publish (push) Has been cancelled
* blink-cmp: apply Nix patch; use new fetcher

* completion/blink: don't break when modifying built-in sources.providers (#683)

* completion/blink-cmp: add missing options

**Blink breaks again, 11985891th recorded incident**

---------

Co-authored-by: Alfarel <alfarelcynthesis@proton.me>
2025-03-18 20:34:34 +00:00
alfarel
449b943b95 completion/blink-cmp: option to enable friendly-snippets
Just adds it to the environment,
`blink-cmp` will pick up on it automatically.
2025-03-05 03:13:40 +03:00
alfarel
9e35fd8d02 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.
2025-03-05 03:13:40 +03:00
53d0e79083
completion/blink-cmp: sources.cmdline -> cmdline.sources
Some checks failed
Set up binary cache / cachix (default) (push) Has been cancelled
Set up binary cache / cachix (maximal) (push) Has been cancelled
Set up binary cache / cachix (nix) (push) Has been cancelled
Validate flake & check formatting / Validate Flake (push) Has been cancelled
Validate flake & check formatting / Formatting via Alejandra (push) Has been cancelled
Build and deploy documentation / Check latest commit (push) Has been cancelled
Check for typos in the source tree / check-typos (push) Has been cancelled
Build and deploy documentation / publish (push) Has been cancelled
2025-02-28 00:29:11 +03:00
Ching Pei Yang
9dccd4b4a8
autocomplete: move shared code into common parent 2025-02-06 19:26:20 +08:00
Ching Pei Yang
d2424e7913
blink: init 2025-02-06 19:26:12 +08:00