[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
1 changed files with 2 additions and 0 deletions

View File

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