Skip to content
This repository was archived by the owner on Jan 27, 2023. It is now read-only.

Commit c180357

Browse files
Be more explicit with Ag settings to avoid being dependent on output pipe autodetection
1 parent 2dd033c commit c180357

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SearchInProject.sublime-settings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
/* TheSilverSearcher configuration */
2525
"search_in_project_TheSilverSearcher_path_to_executable": "ag",
26-
"search_in_project_TheSilverSearcher_mandatory_options": "--column --search-files",
26+
"search_in_project_TheSilverSearcher_mandatory_options": "--column --search-files --nogroup --nocolor",
2727

2828
/* GitGrep configuration */
2929
"search_in_project_GitGrep_path_to_executable": "git grep",

0 commit comments

Comments
 (0)