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";
|
clipboard.register = "unnamedplus";
|
||||||
|
|
||||||
globals.mapleader = " ";
|
globals.mapleader = " ";
|
||||||
|
globals.maplocalleader = "_";
|
||||||
|
|
||||||
autoCmd = [
|
autoCmd = [
|
||||||
{
|
{
|
||||||
|
|
|
@ -29,6 +29,20 @@
|
||||||
|
|
||||||
grug-far = {
|
grug-far = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
debounceMs = 1000;
|
||||||
|
engine = "ripgrep";
|
||||||
|
engines = {
|
||||||
|
ripgrep = {
|
||||||
|
path = "rg";
|
||||||
|
showReplaceDiff = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
maxSearchMatches = 2000;
|
||||||
|
maxWorkers = 8;
|
||||||
|
minSearchChars = 1;
|
||||||
|
normalModeSearch = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
conform-nvim = {
|
conform-nvim = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue