ncm2 / ncm2-ultisnips

44 stars 3 forks source link

Modify example config #13

Open leisurelicht opened 6 years ago

leisurelicht commented 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>}

What I expected:

test = {
    something,
}

what I get:

test = {

 something,}