feat: search and replace utils

This commit is contained in:
2026-03-04 22:58:20 +01:00
parent cdc850e8e8
commit 8a6899a8fc
3 changed files with 13 additions and 2 deletions

View File

@@ -43,4 +43,11 @@ return {
{ "<c-s>", mode = { "c" }, function() require("flash").toggle() end, desc = "Toggle Flash Search" },
},
},
{
'MagicDuck/grug-far.nvim',
-- config = function()
-- require('grug-far').setup({
-- });
-- end
},
}