tenfy
tenfy
```viml nmap (complete_parameter#overload_down) imap (complete_parameter#overload_down) smap (complete_parameter#overload_down) nmap (complete_parameter#overload_up) imap (complete_parameter#overload_up) smap (complete_parameter#overload_up) ``` You should map the overload selection mappings first. In the parameters, type `` or ``.
Please show me the result of `:imap )`
Can you make a gif? I can't reproduce the bug.
I think you should disable other plugins and try it again.
Can you give my you vimrc?
Can you give me you vimrc?
CompleteParameter can't complete brackets. You should install auto-pairs and add this configuration. ```viml let g:AutoPairs = {'[':']', '{':'}',"'":"'",'"':'"', '`':'`'} inoremap ) =AutoPairsInsert(')') ```
Try to remove `` in the `inoremap ) =AutoPairsInsert(')')` like this ```viml inoremap ) =AutoPairsInsert(')') ```
@dc3671 Please give me the version of you ycm and auto-pairs