nerdcommenter Questions
3
I am slightly new to vim, and I installed the vim vscode plugin so I can use vim-like melodies to manipulate code in vscode. However, I used to have janus installed on my terminal (including NERDTr...
Nonplus asked 9/6, 2020 at 22:22
2
Solved
NERDCommenter works like this by default:
//level1
//level2
//level3
How do I get to work like this?
//level1
// level2
// level3
Higa asked 24/1, 2012 at 7:3
2
Solved
The following works fine for me, it will comment out the current line:
<Leader>cc
but according to the docs (https://github.com/scrooloose/nerdcommenter#usage) if I want to toggle comments...
Joby asked 6/11, 2014 at 20:27
2
Solved
I am new to Vim itself but I am trying to adopt this editor for my needs. I installed NERDComment plugin as described and have it listed in my :scriptnames.
But I don't understand from description ...
Washerman asked 4/8, 2014 at 13:35
1
© 2022 - 2024 — McMap. All rights reserved.