added NerdCommenter delimiters so comments automatically have a space at start of line
This commit is contained in:
parent
06154f1010
commit
5f142f2de3
1 changed files with 3 additions and 0 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue