.config/nvim/lua/config/options.lua

changeset 1022
d509e282ae10
parent 1019
7e42fd320166
child 1025
9dfc1a5a52dc
--- 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
-

mercurial