chore(rg): add configuration for ripgrep

This commit is contained in:
Stefan Imhoff
2021-12-03 18:59:58 +01:00
parent ba6577f6f0
commit 9432f18642
2 changed files with 12 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
~/.gitignore: gitignore
~/.hammerspoon: hammerspoon
~/.pandoc: pandoc
~/.ripgreprc: ripgrep
~/.wget: wget
~/.zshrc: zshrc

11
ripgrep Normal file
View File

@@ -0,0 +1,11 @@
--max-columns-preview
--type-add
web:*.{html,css,js,jsx,ts,tsx}*
--type-add
text:*.{md,mdx,txt}*
--glob=!git/*
--smart-case