added NerdCommenter delimiters so comments automatically have a space at start of line

This commit is contained in:
tomit4 2022-03-03 12:05:37 -08:00
parent 06154f1010
commit 5f142f2de3

View file

@ -86,6 +86,9 @@ let g:NERDCreateDefaultMappings = 1
" Toggle NERDCommenter with Ctrl + c
:map <C-c> <Plug>NERDCommenterToggle
" Add spaces after comment delimiters by default
let g:NERDSpaceDelims = 1
" <Ctrl-x> redraws the screen and removes any search highlighting
nnoremap <silent> <C-x> :nohl<CR><C-x>