You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, giving a try to deoplete from YCM.
Can we have an example on how to work with the compile_commands.json. It says no config required... but where should the json be? It is generated by cmake in the build folder, #14 but it should be in the root of the project right? That should be noticed to the user.
Also, for a deoplete noob, do I need something else to say to deoplete? Something like this maybe? let g:deoplete#sources.cpp = ['buffer', 'clang2']
Thanks!
The text was updated successfully, but these errors were encountered:
phcerdan
changed the title
Add example in readme.md with compilation_commands.json
Add example in readme.md with compile_commands.json
Dec 8, 2017
Hi, giving a try to deoplete from YCM.
Can we have an example on how to work with the
compile_commands.json
. It says no config required... but where should thejson
be? It is generated by cmake in the build folder, #14 but it should be in the root of the project right? That should be noticed to the user.Also, for a deoplete noob, do I need something else to say to deoplete? Something like this maybe?
let g:deoplete#sources.cpp = ['buffer', 'clang2']
Thanks!
The text was updated successfully, but these errors were encountered: