when there’s a character like ,
or :
right after the cursor, and i type a opening parenthesis, bracket or curly braces, it doesn’t get auto-closed.
for example, let’s say i have the cursor at |
.
some(func|, arg2)
if i type (
, it becomes:
some(func(|, arg2)
and ‘)’ is not automatically inserted.
how can i make it so it gets auto-closed no matter what character is after the cursor?
i did some google search but couldn’t find any solutions.
by the way english is not my first language.