Skip to content

Commit

Permalink
.vimrc: 把 C 的 comment style 从 /**/ 改为 //
Browse files Browse the repository at this point in the history
preservim/nerdcommenter#33

Signed-off-by: acgtyrant <acgtyrant@gmail.com>
  • Loading branch information
acgtyrant committed Apr 30, 2015
1 parent 044757a commit cc25c7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vim/.vimrc
Expand Up @@ -22,6 +22,7 @@ Plugin 'scrooloose/nerdtree'

Plugin 'scrooloose/nerdcommenter'
let NERD_c_alt_style=1
let g:NERDCustomDelimiters = {'c': { 'leftAlt': '/*', 'rightAlt': '*/', 'left': '// '}}

Plugin 'majutsushi/tagbar'
map <F3> :TagbarToggle<cr>
Expand Down

0 comments on commit cc25c7f

Please sign in to comment.