Skip to content

Instantly share code, notes, and snippets.

@sboorlagadda
Created June 16, 2017 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sboorlagadda/2db5bb4142faae4a07651a5dca0ac64f to your computer and use it in GitHub Desktop.
Save sboorlagadda/2db5bb4142faae4a07651a5dca0ac64f to your computer and use it in GitHub Desktop.
VIM - YouCompleteMe fix
sudo add-apt-repository ppa:jonathonf/vim
sudo apt-get update && sudo apt-get upgrade
It these commands don't work above.
You have to use
apt-get -u dist-upgrade
Enforce the package update the last version, and auto process the dependent package issue.
If you also have python error
requires Vim compiled with Python (2.6+ or 3.3+) support
You can use
sudo apt-get install vim-nox
The vim will support the python with newest version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment