AutoYADM commit: 2025-05-23 14:45:15

This commit is contained in:
Daniel Fichtinger 2025-05-23 14:45:15 -04:00
parent f264621bf4
commit e20e01dc62
3 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,4 @@
require-module grep
provide-module ficgrep %~
# https://strongly-typed-thoughts.net/blog/kakoune-philosophy
set-option global grepcmd 'rg --column --smart-case --sort path'
@ -18,3 +18,4 @@ hook global WinSetOption filetype=grep %{
ui-wrap-disable
}
}
~