This commit is contained in:
pika 2025-06-13 14:44:01 +02:00
parent f7764fd7b2
commit 1dd2406de3
2 changed files with 4 additions and 20 deletions

View file

@ -244,23 +244,6 @@ return {
opts = { headerMaxWidth = 80 },
cmd = "GrugFar",
-- ────────────────────────────────────< keybindings >─────────────────────────────────
keys = {
{
"<leader>sr",
function()
local grug = require("grug-far")
local ext = vim.bo.buftype == "" and vim.fn.expand("%:e")
grug.grug_far({
transient = true,
prefills = {
filesFilter = ext and ext ~= "" and "*." .. ext or nil,
},
})
end,
mode = { "n", "v" },
desc = "Search and Replace",
},
},
},
-- ╭──────────╮
-- │ snippets │