diff --git a/.config/nvim/lua/config/options.lua b/.config/nvim/lua/config/options.lua --- a/.config/nvim/lua/config/options.lua +++ b/.config/nvim/lua/config/options.lua @@ -45,7 +45,6 @@ o.wildignore = "*~,*.o,*.pyc,.git/*,hg/* if vim.fn.executable("ag") then o.grepprg = "ag --vimgrep" - o.grepformat:prepend({"%f:%l:%c:%m", "%f"}) - o.errorformat:append("%f") + -- o.grepformat:prepend({"%f:%l:%c:%m", "%f"}) + -- o.errorformat:append("%f") end -