Vim-commenter is a vim plugin to comment / uncomment code lines. It toggles comment on a single line or on a visual selection.
Use Vim-Plug or any other plugin manager to install it.
Plug 'dpretet/vim-commenter'Call command Commenter on a single line or on a visual selection.
:Commenter
:'<,'>CommenterThis plugin is under MIT license. Do whatever you want with it, and don't hesitate to fork it and contribute!