Skip to content

Commit

Permalink
[nvim] use inline comments for C by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitmel committed Jun 27, 2021
1 parent a30bc85 commit 95cf74e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvim/plugin/editing.vim
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ set commentstring=//%s
omap <silent> gc ac
let g:tcomment#ignore_comment_def = ['asm']
let g:tcomment#commentstring_c = '// %s'

" }}}

Expand Down

0 comments on commit 95cf74e

Please sign in to comment.