Use space between comment and comment delimeter

pull/2/head
Bodaniel Jeanes 2011-03-29 22:03:15 -05:00
parent 1ae5bc72da
commit 3f9cdea3bf
1 changed files with 3 additions and 0 deletions

View File

@ -335,6 +335,9 @@ let g:syntastic_auto_loc_list = 0
let g:indent_guides_color_change_percent = 7
autocmd! VimEnter * IndentGuidesEnable
" Put a space between comments and comment marker
let NERDSpaceDelims = 1
" snipMate config
let g:snips_author = 'Bodaniel Jeanes'