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:
parent
f4fcf745f8
commit
344b86834d
1 changed files with 0 additions and 1 deletions
1
.vimrc
1
.vimrc
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue