Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save anis016/6ad55093156035b02039760146d0f11d to your computer and use it in GitHub Desktop.
Save anis016/6ad55093156035b02039760146d0f11d to your computer and use it in GitHub Desktop.
0. Installation requires Git and triggers git clone for each configured repository to ~/.vim/bundle/ by default.
Curl is required for search.
1. Install VIM
$ sudo apt-get remove vim-tiny
$ sudo apt-get update
$ sudo apt-get install vim
2. Install CMake
$ sudo apt-get install CMake
3. Clone the Vundle
$ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
4. Now, move to YouCompleteMe folder and install it.
$ cd ~/.vim/bundle/YouCompleteMe/
$ python install.py
5. Create .vimrc
$ touch ~/.vimrc
6. fill the ~/.vimrc with the below configurations
https://raw.githubusercontent.com/j1z0/vim-config/master/vimrc
$ vim ~/.vimrc
Save it and close
7. Install the plugin
$ vim
Once inside the vim just use plugin install command
:PluginInstall
there you have a working vim with python.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment