diff --git a/.vimrc b/.vimrc index ebfd3fc..078ff0b 100644 --- a/.vimrc +++ b/.vimrc @@ -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()