deoplete-clang2
deoplete-clang2 copied to clipboard
OS: Mac OS High Sierra NVIM: v0.2.2 Deoplete-clang2: 787dd4dc7eeb5d1bc2fd3cefcf7bd07e48f4a962 Summarry: There is no functions suggestions from C++11 and above even if `let g:deoplete#sources#clang#std#cpp='c++14'` is set. Everything work fine from C++98....
deoplete-clang2 works great if I edited a file from one parent like `src/somefile.cpp` but if go beyond that like `src/folder/somefile.cpp` not working
This seems to fix the issue of the placeholder taking precedence over navigation of the auto-completion popup. I haven't worked with vimscript before, so it would probably be good to...
Hi, I've been using this instead of deoplete-clang for some time now and it works great, especially for bigger projects. However, I find the argument placeholders annoying and would like...
@tweekmonster I have this config in my vimrc, but my deoplete is lazy loaded on Insert mode event. so when I open a cpp file, `:Neomake clang` still get errors...
I really would like better integration with deoplete, as this completion source was designed for that plugin. It is very convenient to use only when completing things, however I cannot...
Compilation databases supports both `command` and `arguments` but deoplete-clang2 doesn't. This commit adds support for `arguments`. `command` is the first choice, `arguments` is second, and if neither is in the...
Hello, I've just installed deoplete_clang2 and I'm getting this error when trying to edit a .c file: ``` [deoplete] Traceback (most recent call last): [deoplete] File "/home/savickaskr/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/deoplete.py", line 473, in...
cannot get autocomplete from the plugin when editing a cpp file my operating system is Manjaro Linux, and package `clang` is already installed. my vimrc file can be seen here,...
Hi, I am using this plugin for C/C++ programming and I think it is great, especially for the parameters placeholders that avoid the sometimes annoying switches between tabs to have...