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
This commit is contained in:
Rodolphe Breard 2015-10-19 15:53:00 +02:00
parent f4fcf745f8
commit 344b86834d

1
.vimrc
View file

@ -12,7 +12,6 @@ set rtp+=~/.vim/bundle/Vundle.vim " Set the runtime path to include Vundle and
call vundle#begin() call vundle#begin()
Plugin 'VundleVim/Vundle.vim' " Let Vundle manage Vundle, required. 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 '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 '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 'breard-r/vim-dnsserial' " Another DNS-zone serial number updater.
Plugin 'sjl/badwolf' " A Vim color scheme. Plugin 'sjl/badwolf' " A Vim color scheme.