CompleteParameter.vim
CompleteParameter.vim copied to clipboard
Support coc.nvim with C++
I'm using coc.nvim with coc-clangd. The previous commit 6f69d75 only enables C, so this PR will make it work with C++ (functions, classes, macros). However I'm not using ccls so it's just tested with coc-clangd. For completeness I included another coc-clangd test for C.
Overloads are not working yet.