From 3a4f957e6cdde2403dad5809d0e473aebcdd02f8 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 10 Jul 2026 13:17:42 +0000 Subject: [PATCH] audit: remove orphaned nvim-web-devicons from lock file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit nvim-web-devicons was dropped from package_list when mini.icons was added (mini_icons.mock_nvim_web_devicons() replaces the module). The lock file entry is now dead weight; removing it so vim.pack no longer tracks a package that is not managed. The installed pack directory (pack/plugins/start/nvim-web-devicons/) should also be deleted manually — its plugin/ scripts still run at startup alongside mini.icons, which is redundant. --- nvim-pack-lock.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nvim-pack-lock.json b/nvim-pack-lock.json index 5aa2bd2..e55709a 100644 --- a/nvim-pack-lock.json +++ b/nvim-pack-lock.json @@ -77,10 +77,6 @@ "rev": "851e865342e5a4cb1ae23d31caf6e991e1c99f1e", "src": "https://github.com/nvim-treesitter/nvim-treesitter-textobjects.git" }, - "nvim-web-devicons": { - "rev": "dad71387de386a946b123079d0e53f23028f3abd", - "src": "https://github.com/nvim-tree/nvim-web-devicons.git" - }, "obsidian.nvim": { "rev": "7687c7e62c3e12617d9eea6401e9e1f190e2ccab", "src": "https://github.com/obsidian-nvim/obsidian.nvim.git"