Skip to content

nate-sys/comment-banner.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Comment-banner.nvim

Add decorative comments in Neovim

image

Installation

Haven't tested, but should work with most plugin managers.

Packer.nvim

-- init.lua

use 'nate-sys/comment-banner.nvim'

Usage

require 'comment-banner'.setup{}
vim.keymap.set('n', '<leader>cc', require 'comment-banner'.createComment)

Defaults

require 'comment-banner'.setup{
    topLeft            = '',
    topRight           = '',
    bottomLeft         = '',
    bottomRight        = '',
    horizontal         = '',
    vertical           = '',

    defaultCommentChar = "--",
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages