mirror of
https://github.com/Lissy93/dotfiles.git
synced 2025-01-25 13:28:35 +01:00
6 lines
119 B
VimL
6 lines
119 B
VimL
|
" Define comment string
|
||
|
setlocal commentstring=#\ %s
|
||
|
|
||
|
" Enable automatic comment insertion
|
||
|
setlocal formatoptions+=cro
|