commented.nvim
commented.nvim copied to clipboard
Neovim commenting plugin in Lua. Support operator, motions and more than 60 languages! :fire:
Right now commented.nvim doesn't work with liquid's comment. Properly because of spacing issue.
This is the best comment plugin for me. `nvim-comment` and `kommentary` still need improvement. The only missing feature in this plugin is left aligned commenting. Some code formater will align...
C/C++ comments format is ``` // inline comment /* block comment /* ``` but there is no inline comment and block is broken ``` /* block comment produced by commented...
I don't know if it is intended but when I press the comment keybinding + enter, not only the line is commented but also the one below that. I find...