From 6a3ad99073fac1f13acc2792183c355550262fad Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 17 Aug 2026 13:29:36 +0000 Subject: [PATCH] [deps] bump 4 plugin pins: async.nvim, mini.nvim, nui.nvim, nvim-lspconfig 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. --- nvim-pack-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nvim-pack-lock.json b/nvim-pack-lock.json index 9c54438..82ada75 100644 --- a/nvim-pack-lock.json +++ b/nvim-pack-lock.json @@ -1,7 +1,7 @@ { "plugins": { "async.nvim": { - "rev": "46adf61a022d5c923f981d527443f406e7d0f63e", + "rev": "99aed904ae1253c27fac60b862b6d73ef1380e54", "src": "https://github.com/lewis6991/async.nvim.git" }, "blink.cmp": { @@ -51,7 +51,7 @@ "src": "https://github.com/justinmk/guh.nvim" }, "mini.nvim": { - "rev": "f66a0ef2fd7cf7a018778d81066297b7f909aa4a", + "rev": "e58ad4b0c9e9376096b9704f98fc00d4c9448870", "src": "https://github.com/nvim-mini/mini.nvim.git" }, "noice.nvim": { @@ -59,7 +59,7 @@ "src": "https://github.com/folke/noice.nvim.git" }, "nui.nvim": { - "rev": "5959922693a785a0e1624b45c968c844822f1ca1", + "rev": "a25dd472316d806eb38a5dd667c2e40da5570c75", "src": "https://github.com/MunifTanjim/nui.nvim.git" }, "nvim-lint": { @@ -67,7 +67,7 @@ "src": "https://github.com/mfussenegger/nvim-lint.git" }, "nvim-lspconfig": { - "rev": "51dbf5359da86721662c87ca10eb73add973737b", + "rev": "fbaef6156f9ad65790931ab543ab1dfec57bbec7", "src": "https://github.com/neovim/nvim-lspconfig" }, "nvim-treesitter": {