summaryrefslogtreecommitdiffstats
path: root/after/plugin/autopairs.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--after/plugin/autopairs.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/after/plugin/autopairs.lua b/after/plugin/autopairs.lua
index 4a5e138..64c379d 100644
--- a/after/plugin/autopairs.lua
+++ b/after/plugin/autopairs.lua
@@ -3,4 +3,6 @@ if not status_ok then
return
end
-autopairs.setup {}
+autopairs.setup {
+ ignored_next_char = string.gsub("!@#$%^&*()_+", "%s+", "")
+}