add ignored chars to autopairs
This commit is contained in:
parent
3880151724
commit
2f386b1f2b
1 changed files with 3 additions and 1 deletions
|
|
@ -3,4 +3,6 @@ if not status_ok then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
autopairs.setup {}
|
autopairs.setup {
|
||||||
|
ignored_next_char = string.gsub("!@#$%^&*()_+", "%s+", "")
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue