add ignored chars to autopairs

This commit is contained in:
2024-03-09 00:17:59 -05:00
parent 01ca7368c6
commit 6c2d90ee5a

View File

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