aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/lua/autoclose_conf.lua
blob: 341786065f00c1cf3ac01c2f9506bd96e946a6ae (plain)
1
2
3
4
5
6
require("autoclose").setup({
  options = {
    disable_when_touch = true,
    touch_regex = "[%w(%[{]" --(alphanumeric characters or ( or [ or {)'
  },
})