Re: [Haskell-cafe] Vim plugin for ghc-mod

2012-02-28 Thread Yves Parès
Hi, I downloaded those vim extensions, and I just wonder how I could have done before syntastic ;) Is there a vim plugin useful for runtime (putting breakpoints, seeing if an expression has been evaluated or if it's still a thunk?) I believe it exists for emacs. 2012/2/16 Nicolas Wu

[Haskell-cafe] Vim plugin for ghc-mod

2012-02-16 Thread 山本和彦
Hello, eagletmt implemented a Vim plugin for ghc-mod: https://github.com/eagletmt/ghcmod-vim Happy Haskell programming on Vim! --Kazu ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Vim plugin for ghc-mod

2012-02-16 Thread Nicolas Wu
On 16 February 2012 08:51, Kazu Yamamoto k...@iij.ad.jp wrote: eagletmt implemented a Vim plugin for ghc-mod:        https://github.com/eagletmt/ghcmod-vim Happy Haskell programming on Vim! Note that there's also support for ghc-mod using [syntastic][1] for vim, which is well supported for

Re: [Haskell-cafe] Vim plugin for ghc-mod

2012-02-16 Thread Magnus Therning
On Thu, Feb 16, 2012 at 09:51, Kazu Yamamoto k...@iij.ad.jp wrote: Hello, eagletmt implemented a Vim plugin for ghc-mod:        https://github.com/eagletmt/ghcmod-vim Happy Haskell programming on Vim! Thank you for pointing this out on the list. My Vim setup has now improved by a few

Re: [Haskell-cafe] Vim plugin for ghc-mod

2012-02-16 Thread Vincent Hanquez
On 02/16/2012 08:21 PM, Magnus Therning wrote: On Thu, Feb 16, 2012 at 09:51, Kazu Yamamotok...@iij.ad.jp wrote: Hello, eagletmt implemented a Vim plugin for ghc-mod: https://github.com/eagletmt/ghcmod-vim Happy Haskell programming on Vim! Thank you for pointing this out on the