Added git grep config
This commit is contained in:
parent
a7b4214442
commit
7fe6e72500
1 changed files with 5 additions and 0 deletions
|
@ -96,6 +96,11 @@ in
|
|||
new = "green bold";
|
||||
};
|
||||
};
|
||||
grep = {
|
||||
lineNumber = true;
|
||||
column = true;
|
||||
patternType = "extended";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue