From 0276785e2b0da2f4a6e37d0b167fde14e8bf08bc Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Thu, 18 Nov 2021 19:48:52 +0300 Subject: nvim: rg grepformat explicit columns --- .config/nvim/lua/settings.lua | 1 + 1 file changed, 1 insertion(+) (limited to '.config/nvim') diff --git a/.config/nvim/lua/settings.lua b/.config/nvim/lua/settings.lua index 895d6d9..f092253 100644 --- a/.config/nvim/lua/settings.lua +++ b/.config/nvim/lua/settings.lua @@ -84,6 +84,7 @@ o.cinoptions = "l1" if vim.fn.executable("rg") then o.grepprg = "rg --vimgrep --no-heading --smart-case" + o.grepformat = "%f:%l:%c:%m,%f:%l:%m" end -- iwhite: ignore changes in amount of white space. -- cgit v1.2.3-70-g09d2