kakoune: use ripgrep as grep program
This commit is contained in:
parent
4d144fa836
commit
2ddf5b9f0f
1 changed files with 3 additions and 0 deletions
|
@ -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" ] ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue