Simplify and document the config key for toggling language defaults

Closes #33
This commit is contained in:
Caleb Maclennan
2016-05-24 20:52:43 +03:00
parent 8291af4c7c
commit e91be123f0
3 changed files with 6 additions and 3 deletions

View File

@@ -83,6 +83,9 @@ let g:NERDCompactSexyComs = 1
" Align line-wise comment delimiters flush left instead of following code indentation
let g:NERDDefaultAlign = 'left'
" Set a language to use its alternate delimiters by default
let g:NERDAltDelims_java = 1
" Add your own custom formats or override the defaults
let g:NERDCustomDelimiters = { 'c': { 'left': '/**','right': '*/' } }
```