add ignored chars to autopairs

This commit is contained in:
Squibid 2024-03-09 00:17:59 -05:00
parent 01ca7368c6
commit 6c2d90ee5a
Signed by: squibid
GPG key ID: BECE5684D3C4005D

View file

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