fixed grug.far

added missing configuration
This commit is contained in:
chloe 2025-07-25 11:26:25 +02:00
parent 33c593fd25
commit 05ad03cb36
2 changed files with 15 additions and 0 deletions

View file

@ -23,6 +23,7 @@
clipboard.register = "unnamedplus";
globals.mapleader = " ";
globals.maplocalleader = "_";
autoCmd = [
{

View file

@ -29,6 +29,20 @@
grug-far = {
enable = true;
settings = {
debounceMs = 1000;
engine = "ripgrep";
engines = {
ripgrep = {
path = "rg";
showReplaceDiff = true;
};
};
maxSearchMatches = 2000;
maxWorkers = 8;
minSearchChars = 1;
normalModeSearch = false;
};
};
conform-nvim = {