From 6fc92149960d6ff2cd397105efa192a5a542d21f Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Thu, 2 Nov 2023 12:09:41 +0100 Subject: [PATCH] feat: Suppression du plugin Spectre --- lua/user/mappings.lua | 1 - lua/user/plugins/others.lua | 12 +----------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/lua/user/mappings.lua b/lua/user/mappings.lua index 2d16c7a..2cb647c 100644 --- a/lua/user/mappings.lua +++ b/lua/user/mappings.lua @@ -21,7 +21,6 @@ return { ["xng"] = { "Neotree toggle git_status left", desc = "Open Neotree Git status" }, ["xt"] = { "terminal tig", desc = "Open tig in a new tab" }, - ["xs"] = { "Spectre", desc = "Spectre (search and replace)" }, -- My telescope keybindings ["fo"] = { "Telescope spell_suggest", desc = "Spell suggegestion with telescope" }, diff --git a/lua/user/plugins/others.lua b/lua/user/plugins/others.lua index 9ac9419..d1bdad8 100644 --- a/lua/user/plugins/others.lua +++ b/lua/user/plugins/others.lua @@ -1,14 +1,4 @@ return { -- direnv - { "direnv/direnv.vim", lazy = false }, - - -- Search and replace - { - "nvim-pack/nvim-spectre", - cmd = { "Spectre", "SpectreReload" }, - }, - - -- REST client - { "diepm/vim-rest-console", event = "User AstroFile" }, - + { "direnv/direnv.vim", lazy = false }, }