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 }, }