purescript-contrib/purescript-vim

`comments` option should be set

cdepillabout opened this issue · 2 comments

comments is not set, which makes commands like gq not work correctly.

Here are the comments settings that other similar languages use:

haskell:
setlocal comments=s1:{-,mb:-,ex:-},:--

idris:
setlocal comments=s1:{-,mb:-,ex:-},:\|\|\|,:--

elm:
setlocal comments=:--

This is working now @cdepillabout. You can check it out if you update the plugin now :)

Thanks!