Documenting the Vundle plugins.
This commit is contained in:
parent
c28b15494b
commit
69b00cc08f
1 changed files with 6 additions and 8 deletions
14
.vimrc
14
.vimrc
|
@ -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()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue