mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] change default commentstring for C-like languages
This commit is contained in:
parent
5a41b8229b
commit
4a357aaf81
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ set virtualedit=onemore
|
|||
|
||||
set foldmethod=marker
|
||||
|
||||
set commentstring=//%s
|
||||
|
||||
|
||||
" Indentination {{{
|
||||
|
||||
|
|
Loading…
Reference in a new issue