bitc/vim-hdevtools

Literate Haskell Scripts

Opened this issue · 4 comments

It would be nice if vim-hdevtools were configured to also work with *.lhs and *.hsc files out of the box.

This is now handled by syntastic, so closing.

Actually, syntastic deals with running hdevtools on write, but doesn't help when with allowing commands like :HdevtoolsType, which is also jolly useful.

bitc commented

Yep, this would be good to have. I won't have time to add this in the near future. Pull requests welcome

I wouldn't mind throwing something together. At present I have basically a hard link from ftplugin/haskell/hdevtools.vim to ftplugin/lhaskell/hdevtools.vim. This works for my purposes, but is it the right approach for the plugin itself?