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

changeset 1022
d509e282ae10
parent 1019
7e42fd320166
child 1025
9dfc1a5a52dc
equal deleted inserted replaced
1021:f0756bba5d2f 1022:d509e282ae10
43 o.tags:append({".tags", "./.tags;"}) 43 o.tags:append({".tags", "./.tags;"})
44 o.wildignore = "*~,*.o,*.pyc,.git/*,hg/*,.svn/*" 44 o.wildignore = "*~,*.o,*.pyc,.git/*,hg/*,.svn/*"
45 45
46 if vim.fn.executable("ag") then 46 if vim.fn.executable("ag") then
47 o.grepprg = "ag --vimgrep" 47 o.grepprg = "ag --vimgrep"
48 o.grepformat:prepend({"%f:%l:%c:%m", "%f"}) 48 -- o.grepformat:prepend({"%f:%l:%c:%m", "%f"})
49 o.errorformat:append("%f") 49 -- o.errorformat:append("%f")
50 end 50 end
51

mercurial