summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/nixvim.nix3
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;