From a2568f01ba4d30c939d0aa0d53208df9de269d76 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Sun, 18 Oct 2015 01:23:20 +0200 Subject: [PATCH] Adding the vim-dnsserial plugin. --- .vimrc | 1 + 1 file changed, 1 insertion(+) 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()