mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] use inline comments for C by default
This commit is contained in:
parent
a30bc85534
commit
95cf74e454
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||||
|
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue