From 46099012696cb6e4111173ba1a318f5cc9221c16 Mon Sep 17 00:00:00 2001 From: Job79 Date: Wed, 24 Jun 2026 19:45:37 +0200 Subject: [PATCH] refactor: update plugins --- nvim-pack-lock.json | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/nvim-pack-lock.json b/nvim-pack-lock.json index 1f49d7c..6b343ea 100644 --- a/nvim-pack-lock.json +++ b/nvim-pack-lock.json @@ -1,32 +1,36 @@ { "plugins": { + "arborist.nvim": { + "rev": "fdeef56c2840c6772b9f68c5774ed87e9340ec7d", + "src": "https://github.com/arborist-ts/arborist.nvim" + }, + "codecompanion.nvim": { + "rev": "635f001598d811c6ea256bc863b3d503c3a88d43", + "src": "https://github.com/olimorris/codecompanion.nvim" + }, "conform.nvim": { "rev": "619363c30309d29ffa631e67c8183f2a72caa373", "src": "https://github.com/stevearc/conform.nvim" }, - "friendly-snippets": { - "rev": "6cd7280adead7f586db6fccbd15d2cac7e2188b9", - "src": "https://github.com/rafamadriz/friendly-snippets" + "kanagawa.nvim": { + "rev": "bb85e4bfc8d89b0e62c8fa53ccdd13d12e2f77b3", + "src": "https://github.com/rebelot/kanagawa.nvim" }, "mason.nvim": { - "rev": "16ba83bfc8a25f52bb545134f5bee082b195c460", + "rev": "2a6940af80375532e5e9e7c1f2fc6319a1b7a69d", "src": "https://github.com/mason-org/mason.nvim" }, "mini.nvim": { - "rev": "232ceeb14f7f7e849056309b85cb2fed712db46f", + "rev": "c594be5b095204e99473825ec2dee872e7409a4d", "src": "https://github.com/nvim-mini/mini.nvim" }, "nvim-lspconfig": { - "rev": "9573948c38bfabeec353ae7dd7d3ffec4c506a6b", + "rev": "bfcc0171a43f22afa61d927ffe9fcb6cb85dc99e", "src": "https://github.com/neovim/nvim-lspconfig" }, - "nvim-treesitter": { - "rev": "4916d6592ede8c07973490d9322f187e07dfefac", - "src": "https://github.com/nvim-treesitter/nvim-treesitter" - }, - "nvim-treesitter-textobjects": { - "rev": "851e865342e5a4cb1ae23d31caf6e991e1c99f1e", - "src": "https://github.com/nvim-treesitter/nvim-treesitter-textobjects" + "plenary.nvim": { + "rev": "74b06c6c75e4eeb3108ec01852001636d85a932b", + "src": "https://github.com/nvim-lua/plenary.nvim" } } }