Files
nix-dotfiles/home-manager/modules/ripgrep/ripgrep.conf
2024-04-12 20:33:50 +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/*