Skip to content

Commit f7ea462

Browse files
celeste3zUzaaft
andauthored
feat(comment): add celeste_comment.nvim plugin (#1791)
* feat(comment): add celeste_comment.nvim plugin * Apply suggestion from @Uzaaft * Apply suggestion from @Uzaaft --------- Co-authored-by: Uzair Aftab <uzaaft@outlook.com>
1 parent ac92a36 commit f7ea462

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# celeste_comment.nvim
2+
3+
Batteries-included commenting plugin — line/block comment, textobjects, real sticky cursor and more!
4+
5+
**Repository**: <https://github.com/celeste3z/celeste_comment.nvim>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
return {
2+
"celeste3z/celeste_comment.nvim",
3+
event = "VeryLazy",
4+
opts = {},
5+
}

0 commit comments

Comments
 (0)