[nvim] change default commentstring for C-like languages

This commit is contained in:
Dmytro Meleshko 2019-11-21 21:55:46 +02:00
parent 5a41b8229b
commit 4a357aaf81

View file

@ -6,6 +6,8 @@ set virtualedit=onemore
set foldmethod=marker
set commentstring=//%s
" Indentination {{{