vim-hdevtools icon indicating copy to clipboard operation
vim-hdevtools copied to clipboard

Literate Haskell Scripts

Open zenzike opened this issue 12 years ago • 4 comments
trafficstars

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

zenzike avatar Feb 01 '13 21:02 zenzike

This is now handled by syntastic, so closing.

zenzike avatar Jul 29 '13 20:07 zenzike

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

zenzike avatar Aug 09 '13 10:08 zenzike

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

bitc avatar Aug 09 '13 19:08 bitc

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?

zenzike avatar Aug 09 '13 19:08 zenzike