From 344b86834d15437770478199bb774fb3a923ed80 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Mon, 19 Oct 2015 15:53:00 +0200 Subject: [PATCH] Removing the NERD Commenter plugin. I never really used this module and the only times I did I was disappointed by the quality. Too much similar commands, no support for block comments (each line of a block is commented individually) and so on. Furthermore, I dislike the WTFPL license. Even the FSF do not recommend this license. https://www.gnu.org/licenses/license-list.html#WTFPL --- .vimrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.vimrc b/.vimrc index 0d33575..4fa0622 100644 --- a/.vimrc +++ b/.vimrc @@ -12,7 +12,6 @@ set rtp+=~/.vim/bundle/Vundle.vim " Set the runtime path to include Vundle and call vundle#begin() 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 'sjl/badwolf' " A Vim color scheme.