view dot_config/ripgrep/ripgreprc @ 778:405ff835995a

feat: enable autosnippets for luasnip
author zegervdv <zegervdv@me.com>
date Sat, 22 Apr 2023 18:07:25 +0200
parents f308f66cad13
children
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}