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

Commit 1297f0c

Browse files
[Fixes #1] Force The Silver Searcher to display line numbers in results
1 parent eb749f9 commit 1297f0c

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": "",
26+
"search_in_project_TheSilverSearcher_mandatory_options": "--column --search-files",
2727

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

0 commit comments

Comments
 (0)