javascriptpythonvimvim-pluginjedi

How to configure vim for auto complete in Python file and Javascript file too


I work with vim for 2 years in cpp, and untill today, i used to auto complete my code with ctags. It wasnt great, but enough for my needs. Currently, i work with python and Javascript and i am looking for good tool which give me support for both languages. I tried Jedi for python and i was great, but it has support only for python, so it cant help me for Javascript anf bash.

Any idea how can i configure my vim to support multiple languages?

My vimrc on: https://github.com/reubinoff/DotFiles/blob/master/.vimrc

Thanks


Solution

  • Thanks! I tried phd recommendation. YouCompleteme + tern_for_vim is really answer my needs.