add ignored chars to autopairs

This commit is contained in:
2024-03-09 00:17:59 -05:00
parent 3880151724
commit 2f386b1f2b

View File

@ -3,4 +3,6 @@ if not status_ok then
return
end
autopairs.setup {}
autopairs.setup {
ignored_next_char = string.gsub("!@#$%^&*()_+", "%s+", "")
}