diff options
| author | Alec Goncharow <alec@goncharow.dev> | 2024-04-03 00:21:28 -0400 |
|---|---|---|
| committer | Alec Goncharow <alec@goncharow.dev> | 2024-04-03 00:21:28 -0400 |
| commit | 392f7073fecce12541938a70a93b2d2dd61ce35b (patch) | |
| tree | 24c6d9cc2e3b4abb045e5c072503d3c6681edd35 /.config/nvim/lua/autoclose_conf.lua | |
| parent | a9c559f9fc070985db26e820f352395d75569eb8 (diff) | |
Wranglin
Diffstat (limited to '.config/nvim/lua/autoclose_conf.lua')
| -rw-r--r-- | .config/nvim/lua/autoclose_conf.lua | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.config/nvim/lua/autoclose_conf.lua b/.config/nvim/lua/autoclose_conf.lua index 3417860..8b13789 100644 --- a/.config/nvim/lua/autoclose_conf.lua +++ b/.config/nvim/lua/autoclose_conf.lua @@ -1,6 +1 @@ -require("autoclose").setup({ - options = { - disable_when_touch = true, - touch_regex = "[%w(%[{]" --(alphanumeric characters or ( or [ or {)' - }, -}) + |
