Skip to content

assistant/codecompanion-nvim: fix lazy load with blink-cmp#1435

Merged
NotAShelf merged 1 commit intoNotAShelf:mainfrom
alv-around:lazy_cc_with_blinkcmp
Mar 2, 2026
Merged

assistant/codecompanion-nvim: fix lazy load with blink-cmp#1435
NotAShelf merged 1 commit intoNotAShelf:mainfrom
alv-around:lazy_cc_with_blinkcmp

Conversation

@alv-around
Copy link
Contributor

@alv-around alv-around commented Mar 2, 2026

Enabling codecompanion and blink-cmp, would not install codecompanion. The quick fix was to disable lazy loading all together. This change configures codecompanion so it works with blink-cmp and can does not require to disable lazy loading

Fixes #1423

Sanity Checking

  • I have updated the changelog as per my changes
  • I have tested, and self-reviewed my code
  • My changes fit guidelines found in hacking nvf
  • Style and consistency
    • I ran Alejandra to format my code (nix fmt)
    • My code conforms to the editorconfig configuration of the project
    • My changes are consistent with the rest of the codebase
  • If new changes are particularly complex:
    • My code includes comments in particularly complex areas
    • I have added a section in the manual
    • (For breaking changes) I have included a migration guide
  • Package(s) built:
    • .#nix (default package)
    • .#maximal
    • .#docs-html (manual, must build)
    • .#docs-linkcheck (optional, please build if adding links)
  • Tested on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin

Add a 👍 reaction to pull requests you find important.

Enabling codecompanion and blink-cmp, would not install codecompanion.
The quick fix was to disable lazy loading all together. This is no
longer required
@github-actions
Copy link

github-actions bot commented Mar 2, 2026

🚀 Live preview deployed from c07410f

View it here:

Debug Information

Triggered by: alv-around

HEAD at: lazy_cc_with_blinkcmp

Reruns: 2212

Copy link
Owner

@NotAShelf NotAShelf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. CC @horriblename just in case for the lz.n stuff

@NotAShelf NotAShelf enabled auto-merge March 2, 2026 11:34
@NotAShelf NotAShelf merged commit a72c204 into NotAShelf:main Mar 2, 2026
36 of 48 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

codecompanion-nvim does not install when blink-cmp is enabled

3 participants