From 3f9cdea3bf75da206542a0951178ce3bfc1df3b7 Mon Sep 17 00:00:00 2001 From: Bodaniel Jeanes Date: Tue, 29 Mar 2011 22:03:15 -0500 Subject: [PATCH] Use space between comment and comment delimeter --- vim/vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vim/vimrc b/vim/vimrc index 106e5ce..a497910 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -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'