Remove the vim-troll-stopper vim plugin
I don't know why but I keep having issues with this specific plugin. Unicode trolls are not in my threat-model and I can already catch some thank to slight differences in the font.
This commit is contained in:
parent
85fbe33ecd
commit
71326ccce7
1 changed files with 0 additions and 1 deletions
1
.vimrc
1
.vimrc
|
@ -13,7 +13,6 @@ 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 '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 'sjl/badwolf' " A Vim color scheme.
|
||||
Plugin 'rust-lang/rust.vim' " Vim configuration for Rust.
|
||||
|
|
Loading…
Reference in a new issue