From a50a50293dbafad95132478ec1dc6b736a7a2966 Mon Sep 17 00:00:00 2001 From: "Lepretre, Romain (ext) (SI GSW BELNAF GC EN)" Date: Tue, 29 Apr 2025 09:37:38 +0200 Subject: [PATCH] :heavy_minus_sign: remove vim.surround as kickstart already installed mini.surround --- init.lua | 1 - lazy-lock.json | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/init.lua b/init.lua index 4c143c50..fdc5fe6b 100644 --- a/init.lua +++ b/init.lua @@ -243,7 +243,6 @@ vim.opt.rtp:prepend(lazypath) require('lazy').setup({ -- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link). 'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically - 'tpope/vim-surround', 'catppuccin/nvim', -- NOTE: Plugins can also be added by using a table, -- with the first argument being the link and the following diff --git a/lazy-lock.json b/lazy-lock.json index 1fd81866..e73fcd00 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -1,5 +1,5 @@ { - "LuaSnip": { "branch": "master", "commit": "03c8e67eb7293c404845b3982db895d59c0d1538" }, + "LuaSnip": { "branch": "master", "commit": "c9b9a22904c97d0eb69ccb9bab76037838326817" }, "blink.cmp": { "branch": "main", "commit": "cb5e346d9e0efa7a3eee7fd4da0b690c48d2a98e" }, "conform.nvim": { "branch": "master", "commit": "eebc724d12c5579d733d1f801386e0ceb909d001" }, "fidget.nvim": { "branch": "main", "commit": "d9ba6b7bfe29b3119a610892af67602641da778e" }, @@ -16,7 +16,7 @@ "plenary.nvim": { "branch": "master", "commit": "857c5ac632080dba10aae49dba902ce3abf91b35" }, "telescope-fzf-native.nvim": { "branch": "main", "commit": "1f08ed60cafc8f6168b72b80be2b2ea149813e55" }, "telescope-ui-select.nvim": { "branch": "master", "commit": "6e51d7da30bd139a6950adf2a47fda6df9fa06d2" }, - "telescope.nvim": { "branch": "master", "commit": "a4ed82509cecc56df1c7138920a1aeaf246c0ac5" }, + "telescope.nvim": { "branch": "0.1.x", "commit": "a0bbec21143c7bc5f8bb02e0005fa0b982edc026" }, "todo-comments.nvim": { "branch": "main", "commit": "304a8d204ee787d2544d8bc23cd38d2f929e7cc5" }, "tokyonight.nvim": { "branch": "main", "commit": "057ef5d260c1931f1dffd0f052c685dcd14100a3" }, "vim-sleuth": { "branch": "master", "commit": "be69bff86754b1aa5adcbb527d7fcd1635a84080" },