Stealth is a plugin for toggling the visibility of comments. It provides one command:
:Stealth " Hide/show comments
With Vundle, put this in your vimrc
:
Plugin 'segeljakt/vim-stealth'
With NeoBundle, put this in your vimrc
:
NeoBundle 'segeljakt/vim-stealth'
With Plug, put this in your vimrc
:
Plug 'segeljakt/vim-stealth'
With Pathogen, execute this at the command line:
cd ~/.vim/bundle
git clone https://github.com/segeljakt/vim-stealth