fix(nvim): pin blink.cmp to v1 stable branch - #161
Merged
Merged
Conversation
Co-authored-by: bdossantos <245284+bdossantos@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
bdossantos
August 26, 2026 09:29
View session
Owner
|
@copilot resolve the merge conflicts in this pull request |
Contributor
Author
Resolved. The conflict in both |
Contributor
There was a problem hiding this comment.
🟢 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
maintov1. - 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.
| { "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
force-pushed
the
copilot/investigate-neovim-error
branch
from
August 26, 2026 09:35
6175ac8 to
e9536f2
Compare
Merge origin/master and keep branch = 'v1' for blink.cmp stability. Co-authored-by: bdossantos <245284+bdossantos@users.noreply.github.com>
bdossantos
force-pushed
the
copilot/investigate-neovim-error
branch
from
August 26, 2026 09:36
e9536f2 to
db3b5a4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
blink.cmp v2 is under active development with frequent breaking changes; v1 is the current stable branch.
Changes
lazy-lock.json: switchblink.cmpbranchmain→v1, update commit to v1 branch tip (78336bc8, v1.10.2)pins.lua: addbranch = "v1"to theblink.cmpspec to enforce the stable branch on fresh installs