Skip to content

[deps] bump 4 plugin pins: async.nvim, mini.nvim, nui.nvim, nvim-lspconfig - #324

Draft
stanfish06 wants to merge 1 commit into
masterfrom
deps/pin-refresh-aug2026
Draft

[deps] bump 4 plugin pins: async.nvim, mini.nvim, nui.nvim, nvim-lspconfig#324
stanfish06 wants to merge 1 commit into
masterfrom
deps/pin-refresh-aug2026

Conversation

@stanfish06

Copy link
Copy Markdown
Owner

What

Bumps four nvim-pack-lock.json pins to each plugin's current upstream HEAD, verified via git ls-remote. All four are additive/bugfix-only — no breaking changes.

Where

nvim-pack-lock.json

plugin old rev new rev change
async.nvim 46adf61 99aed90 fix: schedule sleep continuations
mini.nvim f66a0ef e58ad4b fix(operators): work after Neovim nightly's C-code refactor
nui.nvim 5959922 a25dd47 fix(layout)/fix(popup): guard against invalid winid; perf(tree): optimize redraw for large node counts
nvim-lspconfig 51dbf53 fbaef61 feat(tsc): enable CodeLens (opt-in, additive)

Why it matters

nui.nvim backs the popup UI for both obsidian.nvim and noice.nvim — the invalid-winid guard fixes are worth having since both of those are exercised heavily in this config. The other three are small, low-risk fixes with no API surface change.

Recommended action

Merge, then let vim.pack sync the new revs on next load (or run whatever pack-sync command applies).


Generated by Claude Code

…onfig

Trivial, non-breaking pin refreshes verified against each repo's live
HEAD via git ls-remote:

- async.nvim 46adf61 -> 99aed90: schedule sleep continuations fix
- mini.nvim f66a0ef -> e58ad4b: operator fix for nightly's C-code refactor
- nui.nvim 5959922 -> a25dd47: popup/layout invalid-winid guards, tree
  redraw perf fix (obsidian.nvim and noice.nvim both depend on this
  for their popup UI)
- nvim-lspconfig 51dbf53 -> fbaef61: additive tsc CodeLens support

No API/behavior-breaking changes in any of the four; no local config
changes required.
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.

2 participants