chore(nvim): remove ssr plugin

This commit is contained in:
Stefan Imhoff
2022-12-10 17:45:03 +01:00
parent 841479849f
commit 20b3a0648d
2 changed files with 0 additions and 25 deletions

View File

@@ -1,24 +0,0 @@
--
local status, ssr = pcall(require, "ssr")
if not status then
return
end
local keymap = vim.keymap.set
local opts = { noremap = true, silent = true }
ssr.setup({
min_width = 50,
min_height = 5,
keymaps = {
close = "q",
next_match = "n",
prev_match = "N",
replace_all = "<leader><cr>",
},
})
-- Keymaps
keymap({ "n", "x" }, "<leader>sr", function()
require("ssr").open()
end, opts)

View File

@@ -169,7 +169,6 @@ return packer.startup(function(use)
use("dbeniamine/cheat.sh-vim") -- Cheat.sh
use("wakatime/vim-wakatime") -- Wakatime
use("github/copilot.vim") -- GitHub Copilot
use("cshuaimin/ssr.nvim") -- Structural search and replace
use("folke/todo-comments.nvim") -- Highlight TODO
-- Custom Text Objects