Skip to content

fix(nvim): pin blink.cmp to v1 stable branch - #161

Merged
bdossantos merged 2 commits into
masterfrom
copilot/investigate-neovim-error
Aug 26, 2026
Merged

bdossantos merged 2 commits into
masterfrom
copilot/investigate-neovim-error

Conversation

Copilot AI commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

blink.cmp v2 is under active development with frequent breaking changes; v1 is the current stable branch.

Changes

  • lazy-lock.json: switch blink.cmp branch mainv1, update commit to v1 branch tip (78336bc8, v1.10.2)
  • pins.lua: add branch = "v1" to the blink.cmp spec to enforce the stable branch on fresh installs
-- before
{ "Saghen/blink.cmp", commit = "d50cfb20..." },

-- after
{ "Saghen/blink.cmp", branch = "v1", commit = "78336bc8..." },

Co-authored-by: bdossantos <245284+bdossantos@users.noreply.github.com>
@bdossantos

Copy link
Copy Markdown
Owner

@copilot resolve the merge conflicts in this pull request

Copilot AI commented Aug 26, 2026

Copy link
Copy Markdown
Contributor Author

@copilot resolve the merge conflicts in this pull request

Resolved. The conflict in both lazy-lock.json and pins.lua was from master updating blink.cmp to a newer main-branch commit (101d7186). I kept branch = "v1" with the v1 tip commit (78336bc8, v1.10.2).

Copilot AI requested a review from bdossantos August 26, 2026 09:31
@bdossantos
bdossantos marked this pull request as ready for review August 26, 2026 09:33
Copilot AI balanced review requested due to automatic review settings August 26, 2026 09:33

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🟢 Approval recommended

The branch and verified v1.10.2 commit are synchronized; only minor indentation corrections remain.

Pull request overview

Pins blink.cmp to the stable v1 branch and synchronizes its v1.10.2 commit across Neovim configuration.

Changes:

  • Switches blink.cmp from main to v1.
  • Updates both pins to commit 78336bc8.
File summaries
File Description
.config/nvim/lazy-lock.json Updates the locked branch and commit.
.config/nvim/lua/plugins/pins.lua Enforces the v1 branch on fresh installs.
Review details
  • Files reviewed: 2/2 changed files
  • Comments generated: 2
  • Review effort level: Balanced

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread .config/nvim/lazy-lock.json Outdated
Comment thread .config/nvim/lua/plugins/pins.lua Outdated
{ "b0o/SchemaStore.nvim", commit = "5f2a3b5dc13f3622000cb488c9af505b933152e3" },
{ "fang2hou/blink-copilot", commit = "7ad8209b2f880a2840c94cdcd80ab4dc511d4f39" }, -- latest: v1.4.1
{ "Saghen/blink.cmp", commit = "101d71861f6a012f2be80e4100720874330d86aa" }, -- latest: v1.10.2
{ "Saghen/blink.cmp", branch = "v1", commit = "78336bc89ee5365633bcf754d93df01678b5c08f" }, -- latest: v1.10.2
@bdossantos
bdossantos force-pushed the copilot/investigate-neovim-error branch from 6175ac8 to e9536f2 Compare August 26, 2026 09:35
Merge origin/master and keep branch = 'v1' for blink.cmp stability.

Co-authored-by: bdossantos <245284+bdossantos@users.noreply.github.com>
@bdossantos
bdossantos force-pushed the copilot/investigate-neovim-error branch from e9536f2 to db3b5a4 Compare August 26, 2026 09:36
@bdossantos
bdossantos merged commit db3b5a4 into master Aug 26, 2026
1 check passed
@bdossantos
bdossantos deleted the copilot/investigate-neovim-error branch August 26, 2026 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants