Skip to content

fangjunzhou/comment-divider.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

comment-divider.nvim

This project is meant to replace the Comment Divider for VSCode in NeoVim.

Features

  • Comment divider line.
  • Comment divider box.
  • Solid divider line.
  • Automatically apply different comment divider styles for different languages.
  • Check current filetype by CommenDividerFileType

Example

/* ------------------- Print Hello World  ------------------- */
std::cout << "Hello World!" << std::endl;

/* ---------------------------------------------------------- */
/*                  Print Hello World Again                   */
/* ---------------------------------------------------------- */
std::cout << "Hello World Again!" << std::endl;

// This is a solid comment divider line:
/* ---------------------------------------------------------- */

Install

Install fangjunzhou/comment-divider.nvim from your package manager.

About

Replacement of VSCode Comment Divider plugin in nvim.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages