`comments` option should be set
cdepillabout opened this issue · 2 comments
cdepillabout commented
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=:--
arthurxavierx commented
This is working now @cdepillabout. You can check it out if you update the plugin now :)
cdepillabout commented
Thanks!