The default Vim provided by Ubuntu 16.04 even do not has Python support. That ' s insane.
I say, what if I wanted to use Vim as a Python IDE in Linux as before? Ubuntu, you can ' t is so careless.
Using This command to the check whether it has
Vim--version
I have compiled one deb package for Ubuntu 16.04
Remove Old Ones and install this one
sudo apt-get remove Vim-tiny vim-common Vim-gui-common
Go Install dependencies
mkdir /usr/share/vim/vim74/-P
Go Get It
Https://drive.google.com/open?id=0BzL1CwVspEkiS2lwUURsQUMtYUU
Dpkg-i vim_7. 4.1952-1_amd64.deb
Check it Out
Vim--version
To make it the default editor
sudo update-alternatives--install1sudo update-alternatives--set editor/usr/ bin/vimsudo update-alternatives--install /usr/bin/viVI1 sudo VI /usr/bin/vim
More info here:
Https://github.com/Valloric/YouCompleteMe/wiki/Building-Vim-from-source
Have fun!
Vim 7.4.1952 with PYTHON/RUBY/LUA/PERL/C Syntax built for Ubuntu 16.04 x86_64