Contributing guidelines
Module(s)
mini.completion
Description
Since neovim/neovim#33646, neovim(stable) supports multiple signatures in signature help. This is beneficial for overloads in C/C++. This can be triggered with <C-S> as explained in :h news. Since mini.completion supports signatures out of the box, would it be possible to integrate multiple signatures? Right now, if I type a function, and then <C-S>, there are two signature_help windows, one by nvim and one by mini.completion.
Thanks for the plugin!
Contributing guidelines
Module(s)
mini.completion
Description
Since neovim/neovim#33646, neovim(stable) supports multiple signatures in signature help. This is beneficial for overloads in C/C++. This can be triggered with
<C-S>as explained in:h news. Since mini.completion supports signatures out of the box, would it be possible to integrate multiple signatures? Right now, if I type a function, and then<C-S>, there are two signature_help windows, one by nvim and one by mini.completion.Thanks for the plugin!