refactor: update plugins

This commit is contained in:
Job
2026-06-24 19:45:37 +02:00
parent 8a78482519
commit 4609901269
+17 -13
View File
@@ -1,32 +1,36 @@
{ {
"plugins": { "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": { "conform.nvim": {
"rev": "619363c30309d29ffa631e67c8183f2a72caa373", "rev": "619363c30309d29ffa631e67c8183f2a72caa373",
"src": "https://github.com/stevearc/conform.nvim" "src": "https://github.com/stevearc/conform.nvim"
}, },
"friendly-snippets": { "kanagawa.nvim": {
"rev": "6cd7280adead7f586db6fccbd15d2cac7e2188b9", "rev": "bb85e4bfc8d89b0e62c8fa53ccdd13d12e2f77b3",
"src": "https://github.com/rafamadriz/friendly-snippets" "src": "https://github.com/rebelot/kanagawa.nvim"
}, },
"mason.nvim": { "mason.nvim": {
"rev": "16ba83bfc8a25f52bb545134f5bee082b195c460", "rev": "2a6940af80375532e5e9e7c1f2fc6319a1b7a69d",
"src": "https://github.com/mason-org/mason.nvim" "src": "https://github.com/mason-org/mason.nvim"
}, },
"mini.nvim": { "mini.nvim": {
"rev": "232ceeb14f7f7e849056309b85cb2fed712db46f", "rev": "c594be5b095204e99473825ec2dee872e7409a4d",
"src": "https://github.com/nvim-mini/mini.nvim" "src": "https://github.com/nvim-mini/mini.nvim"
}, },
"nvim-lspconfig": { "nvim-lspconfig": {
"rev": "9573948c38bfabeec353ae7dd7d3ffec4c506a6b", "rev": "bfcc0171a43f22afa61d927ffe9fcb6cb85dc99e",
"src": "https://github.com/neovim/nvim-lspconfig" "src": "https://github.com/neovim/nvim-lspconfig"
}, },
"nvim-treesitter": { "plenary.nvim": {
"rev": "4916d6592ede8c07973490d9322f187e07dfefac", "rev": "74b06c6c75e4eeb3108ec01852001636d85a932b",
"src": "https://github.com/nvim-treesitter/nvim-treesitter" "src": "https://github.com/nvim-lua/plenary.nvim"
},
"nvim-treesitter-textobjects": {
"rev": "851e865342e5a4cb1ae23d31caf6e991e1c99f1e",
"src": "https://github.com/nvim-treesitter/nvim-treesitter-textobjects"
} }
} }
} }