My vim configuration
$ sudo apt-get install vim$ cd
$ rm -rf .vim .vimrc
$ git clone https://github.com/jarsonfang/vimconfig.git
$ ln -s vimconfig/vim .vim
$ ln -s vimconfig/vimrc .vimrc$ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vimLaunch vim and run:PluginInstallcommand or run vim +PluginInstall +qall from command line directly.
After done that, please go to https://github.com/Valloric/YouCompleteMe or use :help youcompleteme command to see more about the installation of YouCompleteMe plugin.
$ git clone https://github.com/powerline/fonts.git
$ cd fonts && ./install.shafter powerline fonts installed, configure the terminal to use one of the powerline fonts.
$ sudo apt-get install silversearcher-ag$ sudo apt-get install xdg-utils curl nodejs-legacy npm
$ sudo npm -g install instant-markdown-d