prodoc.nvim
a neovim comment and annotation plugin using coroutine (by glepnir)
Comment.nvim
:brain: :muscle: // Smart and powerful comment plugin for neovim. Supports treesitter, dot repeat, left-right/up-down motions, hooks, and more (by numToStr)
prodoc.nvim | Comment.nvim | |
---|---|---|
1 | 63 | |
47 | 4,195 | |
- | 1.9% | |
0.0 | 7.4 | |
over 2 years ago | 7 months ago | |
Lua | Lua | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
prodoc.nvim
Posts with mentions or reviews of prodoc.nvim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-01-20.
Comment.nvim
Posts with mentions or reviews of Comment.nvim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-09-30.
-
Neovim for beginners
Comments (To add comments) Docs: https://github.com/numToStr/Comment.nvim Config:
-
My 2024 PDE: NeoVim
Treesitter is a syntax parser that'll build a tree-like structure to enable anything from excellent syntax highlighting through to complex refactoring. There are so many creative ways you can use Treesitter, from jumping around text objects to commenting sections of code, it's a must-have in my books.
- Do I need a plugin manager ?
-
Noobie Needs a Nudge
A couple nice quality of life plugins would be: Comment (which lets you use a keybinding to comment/uncomment things), Autopairs (which will make the paired brackets/parentheses/etc.), and Rainbow2 (which color-matches the pairs if things like parentheses).
- [Neovim] Appel pour les tests - Intégration native JSX dans comment.nvim
-
How do I use this documentation to override default configuration? Learning the NeoVim ecosystem
I am reading the documentation for the [Comments](https://github.com/numToStr/Comment.nvim] plugin with :h comment.config and I see this
-
Plugin for comments
I was wondering what plugins you use for comments, actually, I'm using numToStr/Comment.
-
Question for lua Plugin devs.
Nowadays, people (mostly) autogenerate their help docs with either markdown or emmmylua are their source. You are facing an issue that I faced before with Comment.nvim.
-
What is the best commenter for tsx, jsx and css files with lua config
Comment.nvim?
-
Treesitter is unusable on typescript files
Based on your reply I recommend taking out the comment plugin, replacing it with https://github.com/nvim-treesitter/nvim-treesitter-textobjects and https://github.com/numToStr/Comment.nvim
What are some alternatives?
When comparing prodoc.nvim and Comment.nvim you can also consider the following projects:
comment-box.nvim - :sparkles: Clarify and beautify your comments and plain text files using boxes and lines.
nvim-ts-context-commentstring - Neovim treesitter plugin for setting the commentstring based on the cursor location in a file.
vim-doge - (Do)cumentation (Ge)nerator for nearly 20 languages 📚 Generate proper code documentation with a single keypress. ⚡️🔥
kommentary - Neovim commenting plugin, written in lua.
LunarVim - 🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.
vim-commentary - commentary.vim: comment stuff out