add ignored chars to autopairs
This commit is contained in:
@ -3,4 +3,6 @@ if not status_ok then
|
|||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
autopairs.setup {}
|
autopairs.setup {
|
||||||
|
ignored_next_char = string.gsub("!@#$%^&*()_+", "%s+", "")
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user