Hi.
I want to use Pug's block comments (start with //-)
I use vim-commentary plugin for commenting stuff out. It relies on 'commentstring' option first.
And your plugin currently sets it as //\ %s .
I tried to overwrite it with " autocmd FileType pug setlocal commentstring=//-\ %s - no luck.
Could you please advise some solution? thanks.