Skip to content

Commit

Permalink
feat(editing-support): Add comment-box.nvim (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft authored Jul 9, 2023
1 parent 7684864 commit 57e7022
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/astrocommunity/editing-support/comment-box-nvim/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Comment-box.nvim

✨ Clarify and beautify your comments using boxes and lines.

**Repository:** <https://github.com/LudoPinelli/comment-box.nvim>
4 changes: 4 additions & 0 deletions lua/astrocommunity/editing-support/comment-box-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
return {
"LudoPinelli/comment-box.nvim",
opts = {},
}

0 comments on commit 57e7022

Please sign in to comment.