Files
nix-dotfiles/home-manager/ripgrep.conf
2023-08-28 19:52:17 +01:00

7 lines
162 B
Plaintext

# Don't let ripgrep vomit really long lines to my terminal, and show a preview.
--max-columns=150
--max-columns-preview
# Ignore contents of .git
--glob=!.git/*