nerdcommenter
nerdcommenter copied to clipboard
Vim plugin for intensely nerdy commenting powers
Would it be possible to have the comment style change depending on the cursor's position within a multi-language file? The specific case I'm interested in is Javascript and CSS embeded...
hi scrooloose, Is there a way to integrate jsx style comments in your plugin? Instead of ``` // ``` I'd like to get ``` {/* */} ``` I guess this...
If I've read the docs correctly, ``` let g:NERDDefaultAlign = 'left' ``` should result in NerdCommenter adding the comment to the start of the line instead of the indented position...
I’m pretty stumped on this one. The plugin is installed and working fine in normal mode but not in visual mode. In visual mode the selected text is simply removed...
I am not sure it's just me or something that I am missing. Whenever I tried to sexy comment a block of c(++) code, nerdcommenter will always create a trailing...
When I create a new file via `nvim .` and comment a line via `cc`, I get these errors: > E15: Invalid expression: delim > Error detected while processing function...
I would like use NERDCommenterToggle to comment (and uncomment) like this ``` //level1 // level2 // level3 ``` Just a command to comment and uncomment
The original comment of lua in nerdcommenter is only '--' But there is a multiline comment style: ``` --[[ This is multiline comments ]] ``` When I add is to...
Add a flag named "ToggleSexyComments" to use Sexy Comments while toggling. This is especially useful for people who instead of using a leader key combination to comment, have a 'c'...