fixed grug.far
added missing configuration
This commit is contained in:
parent
33c593fd25
commit
05ad03cb36
2 changed files with 15 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
clipboard.register = "unnamedplus";
|
||||
|
||||
globals.mapleader = " ";
|
||||
globals.maplocalleader = "_";
|
||||
|
||||
autoCmd = [
|
||||
{
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue