kakoune: use ripgrep as grep program

This commit is contained in:
Leonardo Eugênio 2025-09-01 01:08:16 -03:00
parent 4d144fa836
commit 2ddf5b9f0f

View file

@ -110,6 +110,7 @@ in
set global scrolloff 10,20 set global scrolloff 10,20
set global autoreload yes set global autoreload yes
set global startup_info_version 99999999 set global startup_info_version 99999999
set global grepcmd 'rg -Hn'
'' ''
+ (import ./colors.nix { + (import ./colors.nix {
@ -141,6 +142,8 @@ in
aspell aspell
aspellDicts.en aspellDicts.en
aspellDicts.pt_BR aspellDicts.pt_BR
ripgrep
]; ];
home.activation = { home.activation = {
update_kakoune = lib.hm.dag.entryAfter [ "writeBoundary" ] '' update_kakoune = lib.hm.dag.entryAfter [ "writeBoundary" ] ''