[nvim] use inline comments for C by default

This commit is contained in:
Dmytro Meleshko 2021-06-27 14:50:04 +03:00
parent a30bc85534
commit 95cf74e454

View file

@ -273,6 +273,7 @@ set commentstring=//%s
omap <silent> gc ac omap <silent> gc ac
let g:tcomment#ignore_comment_def = ['asm'] let g:tcomment#ignore_comment_def = ['asm']
let g:tcomment#commentstring_c = '// %s'
" }}} " }}}