nvim-autopairs
nvim-autopairs copied to clipboard
Check if item.data is a table
to prevent an error message if it's a number
I didn't investigate why item.data
can be a number. It simply checks the type before use item.data.funcParensDisabled
.
Thanks