Skip to content

Commit 3ebe90b

Browse files
committed
better rg config
1 parent ffc0127 commit 3ebe90b

File tree

1 file changed

+5
-6
lines changed
  • stow/ripgrep/.config/ripgrep

1 file changed

+5
-6
lines changed

stow/ripgrep/.config/ripgrep/rg

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
# config
2-
--column
31
--smart-case
4-
--line-number
52
--hidden
6-
--follow
73
--no-heading
4+
--column
85
--max-columns=150
96
--max-columns-preview
107
--colors=line:none
118
--colors=path:fg:62
129
--colors=match:fg:205
1310
--engine=auto
1411

15-
# add custom types
12+
# custom types
1613
--type-add
1714
web:*.{html,css,js,jsx,ts,tsx,scss,sass,html.heex}*
1815

16+
--type-add
17+
gt:*_test.go*
18+
1919
# ignores, etc
2020
--glob=!.git/*
2121
--glob=!.elixir_ls
@@ -26,4 +26,3 @@ web:*.{html,css,js,jsx,ts,tsx,scss,sass,html.heex}*
2626
--glob=!_build
2727
--glob=!*.cache
2828
--glob=!.Trash
29-
--glob=!.licenses

0 commit comments

Comments
 (0)