This behavior can be achieved by setting existing option `g:NERDDefaultAlign` to `'start'` (which is `'none'` by default), and this option is used in all formatting commands except `\cl` (AlignLeft) and `\cb` (AlighBoth).
Is it a bug or design that using `\cl` or `\cb` does not respect the setting of `g:NERDDefaultAlign` when it is `'start'`?
This behavior can be achieved by setting existing option `g:NERDDefaultAlign` to `'start'` (which is `'none'` by default), and this option is used in all formatting commands except `\cl` (AlignLeft) and `\cb` (AlighBoth). Is it a bug or design that using `\cl` or `\cb` does not respect the setting of `g:NERDDefaultAlign` when it is `'start'`?Add a new optionNERDCommentBeforeLeadingWhitespace
or something to allow behavior ofAddLeftDelim
to be changed to