This commit is contained in:
Christian Nieves
2024-12-25 20:12:14 -07:00
parent fe2fed17ed
commit 3ea53a113f
5 changed files with 87 additions and 63 deletions

View File

@ -25,6 +25,7 @@ return {
{
"MagicDuck/grug-far.nvim",
config = function()
vim.g.maplocalleader = ","
require("grug-far").setup({
-- search and replace engines configuration
engines = {
@ -32,7 +33,7 @@ return {
ripgrep = {
-- ripgrep executable to use, can be a different path if you need to configure
path = "rg",
extraArgs = "--.",
-- extraArgs = "-.",
},
},
})