🔎 Implement rip-substitute
- A nice clean and functional search-replace - Complements Spectre, does not replace it
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
return {
|
||||||
|
"chrisgrieser/nvim-rip-substitute",
|
||||||
|
cmd = "RipSubstitute",
|
||||||
|
keys = {
|
||||||
|
{
|
||||||
|
"<leader>fs",
|
||||||
|
function()
|
||||||
|
require("rip-substitute").sub()
|
||||||
|
end,
|
||||||
|
mode = { "n", "x" },
|
||||||
|
desc = " rip substitute",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user