Documenting the Vundle plugins.

This commit is contained in:
Rodolphe Breard 2015-10-17 10:59:32 +02:00
parent c28b15494b
commit 69b00cc08f

14
.vimrc
View file

@ -8,15 +8,13 @@ filetype off
" Install all plugins: " Install all plugins:
" $ vim +PluginInstall +qall " $ vim +PluginInstall +qall
" set the runtime path to include Vundle and initialize set rtp+=~/.vim/bundle/Vundle.vim " Set the runtime path to include Vundle and initialize.
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin() call vundle#begin()
" let Vundle manage Vundle, required Plugin 'VundleVim/Vundle.vim' " Let Vundle manage Vundle, required.
Plugin 'VundleVim/Vundle.vim' Plugin 'bling/vim-airline' " Lean & mean status/tabline for vim that's light as air.
Plugin 'bling/vim-airline' Plugin 'scrooloose/nerdcommenter' " Vim plugin for intensely orgasmic commenting.
Plugin 'scrooloose/nerdcommenter' Plugin 'antoyo/vim-licenses' " Vim Plugin that Provides Commands to Add Licenses at the Top of the Buffer.
Plugin 'antoyo/vim-licenses' Plugin 'tomasr/molokai' " Molokai color scheme for Vim.
Plugin 'tomasr/molokai'
call vundle#end() call vundle#end()