Adding the vim-troll-stopper plugin.
This commit is contained in:
parent
ba23c54b9f
commit
c4671585e3
1 changed files with 7 additions and 6 deletions
1
.vimrc
1
.vimrc
|
@ -13,6 +13,7 @@ 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 '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 'vim-utils/vim-troll-stopper' " Stop Unicode trolls from messing with your code.
|
||||||
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.
|
||||||
call vundle#end()
|
call vundle#end()
|
||||||
|
|
Loading…
Reference in a new issue