Compare commits

...

2 commits

Author SHA1 Message Date
be00d3d0fc
Use nvim for diffing 2024-09-19 08:54:57 -04:00
1d5dc82223
Allow ripgrep to search hidden in dotfiles
Do I actually just want this everywhere?
2024-09-19 08:53:25 -04:00
3 changed files with 6 additions and 1 deletions

4
.mise.toml Normal file
View file

@ -0,0 +1,4 @@
[env]
RIPGREP_CONFIG_PATH = "./.ripgreprc"
# private configuration to go in .mise.local.toml

1
.ripgreprc Normal file
View file

@ -0,0 +1 @@
--hidden

View file

@ -23,7 +23,7 @@
program = gpg
[merge]
tool = vimdiff
tool = nvim -d
[pull]
rebase = false