Open hiqsol opened 7 years ago
I want SuperTab don't complete after all parenthesis: [, ], (, ), {, }
[, ], (, ), {, }
This doesn't help:
let g:SuperTabNoCompleteAfter = ['^', '\s', '"', "'", ',', '.', ':', '[', ']', '(', ')', '{', '}']
This too:
let g:SuperTabNoCompleteAfter = ['^', '\s', '"', "'", ',', '.', ':', '\[', '\]', '\(', '\)', '\{', '\}']
I want SuperTab don't complete after all parenthesis:
[, ], (, ), {, }
This doesn't help:
This too: