diff options
author | Minijackson <minijackson@riseup.net> | 2024-05-21 21:50:34 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2024-05-21 21:50:34 +0200 |
commit | 3d881beee190cbce1c3efe7166a3c7c8560f474d (patch) | |
tree | 87d7dbe98e8a3a55c07563e104aee33dda471ab2 /common/nixvim.nix | |
parent | cff9b446f7947386c275067e724b925c3015f1ce (diff) | |
download | nixos-config-reborn-3d881beee190cbce1c3efe7166a3c7c8560f474d.tar.gz nixos-config-reborn-3d881beee190cbce1c3efe7166a3c7c8560f474d.zip |
nixvim: fix grepprg, drop custom grepformat
Diffstat (limited to 'common/nixvim.nix')
-rw-r--r-- | common/nixvim.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common/nixvim.nix b/common/nixvim.nix index 30d1a71..cf9fe7a 100644 --- a/common/nixvim.nix +++ b/common/nixvim.nix | |||
@@ -44,8 +44,7 @@ in | |||
44 | "closeoff" | 44 | "closeoff" |
45 | "linematch:60" | 45 | "linematch:60" |
46 | ]; | 46 | ]; |
47 | grepformat = "%f:%l:%c:%m,%f:%l:%m,%f:%l%m,%f %l%m"; | 47 | grepprg = "${lib.getExe pkgs.ripgrep} --vimgrep --smart-case"; |
48 | grepprg = "${lib.getExe pkgs.ripgrep} --vim-grep --smart-case"; | ||
49 | ignorecase = true; | 48 | ignorecase = true; |
50 | inccommand = "split"; | 49 | inccommand = "split"; |
51 | list = true; | 50 | list = true; |