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

changeset 1019
7e42fd320166
parent 1015
21950cadff6b
child 1022
d509e282ae10
equal deleted inserted replaced
1018:cf7b17e7c1a3 1019:7e42fd320166
37 o.splitright = true 37 o.splitright = true
38 o.undofile = true 38 o.undofile = true
39 o.wildignorecase = true 39 o.wildignorecase = true
40 40
41 -- Paths 41 -- Paths
42 o.backupdir:remove(".")
42 o.tags:append({".tags", "./.tags;"}) 43 o.tags:append({".tags", "./.tags;"})
43 o.wildignore = "*~,*.o,*.pyc,.git/*,hg/*,.svn/*" 44 o.wildignore = "*~,*.o,*.pyc,.git/*,hg/*,.svn/*"
44 45
45 if vim.fn.executable("ag") then 46 if vim.fn.executable("ag") then
46 o.grepprg = "ag --vimgrep" 47 o.grepprg = "ag --vimgrep"

mercurial