I want to use auto-completion both for C++ and python. After research, I found that Kite is better at python but doesn't have a C++ integration on vim. Is there a way to say:
use YCM on .cpp files & use Kite for .py files?
I want to use auto-completion both for C++ and python. After research, I found that Kite is better at python but doesn't have a C++ integration on vim. Is there a way to say:
use YCM on .cpp files & use Kite for .py files?
Kite supports C++ in vim and neovim all you have to do is to enter in below lines in your vimrc or init.vim after installing kite autocompletion engine.
Also you can check on their github page.
Kite supports all c family langs ... here we are struggling with Rust.