Skip to content

dpretet/vim-commenter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-commenter

Introduction

Vim-commenter is a vim plugin to comment / uncomment code lines. It toggles comment on a single line or on a visual selection.

Installation

Use Vim-Plug or any other plugin manager to install it.

Plug 'dpretet/vim-commenter'

Usage

Call command Commenter on a single line or on a visual selection.

    :Commenter
    :'<,'>Commenter

License

This plugin is under MIT license. Do whatever you want with it, and don't hesitate to fork it and contribute!

About

Basic Vim / Neovim comment plugin, working on current line or on visual selection

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors