jeanguyomarch / vim-metacomment

Add a special framed, centered comment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-metacomment

What does this thing do?

Basically, type :MetaComment Blah blah, some text, this inserts in your buffer a boxed comment that looks like this, starting at the position of your cursor:

//============================================================================//
//                            Blah blah, some text                            //
//============================================================================//

Installation

With vim-plug, add the following line to your vim/neovim configuration file:

Plug 'jeanguyomarch/vim-metacomment'

Usage

In a nutshell, just use :MetaComment <text>. See the documentation (i.e., :help vim-metacomment) for details.

Limitations

  • The comment box is ill-formed if the cursor is not in the first column.
  • The comment box does not support multi-line text.
  • The size of the comment box is fixed.

License

See LICENSE.md.

About

Add a special framed, centered comment

License:MIT License


Languages

Language:Vim Script 100.0%