view dot_config/ripgrep/ripgreprc @ 521:8908d3cde535

Set minimum length of 3 characters before completing on cmdline
author zegervdv <zegervdv@me.com>
date Sun, 09 Jan 2022 14:27:44 +0100
parents 1403bfc694e4
children b12e86e6c110
line wrap: on
line source

# Only be case sensitive if a case is present
--smart-case

# Limit output
--max-columns=150
--max-columns-preview

--type-add
hdl:*.{sv,vhd,v}
--type-add
rtl:*.rtl.{sv,vhd}