Adding the vim-dnsserial plugin.

This commit is contained in:
Rodolphe Breard 2015-10-18 01:23:20 +02:00
parent 2a7d607dc6
commit a2568f01ba

1
.vimrc
View file

@ -14,6 +14,7 @@ Plugin 'VundleVim/Vundle.vim' " Let Vundle manage Vundle, required.
Plugin 'bling/vim-airline' " Lean & mean status/tabline for vim that's light as air.
Plugin 'scrooloose/nerdcommenter' " Vim plugin for intensely orgasmic commenting.
Plugin 'antoyo/vim-licenses' " Vim Plugin that Provides Commands to Add Licenses at the Top of the Buffer.
Plugin 'breard-r/vim-dnsserial' " Another DNS-zone serial number updater.
Plugin 'tomasr/molokai' " Molokai color scheme for Vim.
call vundle#end()