change default commentstring to compatible with spec

This commit is contained in:
Filip Wojciechowski
2021-12-03 11:14:32 -08:00
parent 978811288d
commit d22b61911a

View File

@@ -33,4 +33,6 @@ if executable('pip-compile')
setlocal makeprg=pip-compile\ %
endif
endif
setlocal commentstring=#\ %s
" vim: et sw=4 ts=4 sts=4: