Use this YouCompleteMe's guide to install Vim
You're going to run ./configure
a few times. Each time remember to run make distclean
to clean up caches.
Vimrc is the config I use. Based off of Real Pythons' setup. It:
- Setup a pep8 style syntax handling
- Deal with vim in a virtualenv
- Pretty Informative status Bar
- Does code completion useig YouCompleteMe's plugin
- Does code formatting with Black
- Global Search with ctrlp
- Directory Tree with NERDTree
- etc ..
Try it out.