Open leisurelicht opened 6 years ago
fix conflict with auto-pairs.
when I both use auto-pairs and ncm2-ultisnips
What I typed (in insert mode): test = {<cr>something,<cr>}
test = {<cr>something,<cr>}
What I expected:
test = { something, }
what I get:
test = { something,}
fix conflict with auto-pairs.
when I both use auto-pairs and ncm2-ultisnips
What I typed (in insert mode):
test = {<cr>something,<cr>}
What I expected:
what I get: