diff options
Diffstat (limited to '.config/nvim/lua')
-rw-r--r-- | .config/nvim/lua/settings.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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" | |||
84 | 84 | ||
85 | if vim.fn.executable("rg") then | 85 | if vim.fn.executable("rg") then |
86 | o.grepprg = "rg --vimgrep --no-heading --smart-case" | 86 | o.grepprg = "rg --vimgrep --no-heading --smart-case" |
87 | o.grepformat = "%f:%l:%c:%m,%f:%l:%m" | ||
87 | end | 88 | end |
88 | 89 | ||
89 | -- iwhite: ignore changes in amount of white space. | 90 | -- iwhite: ignore changes in amount of white space. |