From 3d881beee190cbce1c3efe7166a3c7c8560f474d Mon Sep 17 00:00:00 2001 From: Minijackson Date: Tue, 21 May 2024 21:50:34 +0200 Subject: nixvim: fix grepprg, drop custom grepformat --- common/nixvim.nix | 3 +-- 1 file changed, 1 insertion(+), 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 "closeoff" "linematch:60" ]; - grepformat = "%f:%l:%c:%m,%f:%l:%m,%f:%l%m,%f %l%m"; - grepprg = "${lib.getExe pkgs.ripgrep} --vim-grep --smart-case"; + grepprg = "${lib.getExe pkgs.ripgrep} --vimgrep --smart-case"; ignorecase = true; inccommand = "split"; list = true; -- cgit v1.2.3