mirror of
https://github.com/Lissy93/dotfiles.git
synced 2025-01-10 14:18:14 +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
|