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

An unpacked copy of the haskellmode vimball. Ping me if it needs updating.

Results 7 haskellmode-vim issues
Sort by recently updated
recently updated
newest added

Support the ghc-doc package on Debian/Ubuntu

If there is no `g:ghc` set and no `ghc` executable on the PATH, then try to locate if `stack` is available and allow him to do its best to resolve...

Hi, sorry for the newbie question, I'm really starting with haskell (I'm doing the edx course) ..these are the steps than I did I download the latest haskellmode vimball $...

I'm not sure what it is, but something about haskellmode breaks fugitives :Glog command - git log is still run, but the quickfix list isn't populated with previous revisions anymore...

Hi. Today, I tried setting up haskellmode-vim on Windows, but it keeps throwing an error ``` Error detected while processing C:\Users\me\.vim\bundle\haskellmode-vim\ftplugin\haskell_doc.vim: line 111: haskell_doc.vim can't find locaton of html documentation...

haskellmode-vim causes segfault in vim 7.4.507 bactrace and full backtrace : #0 0x00007f2324aed3c7 in kill () at ../sysdeps/unix/syscall-template.S:81 #1 0x0000000000513e03 in may_core_dump () at os_unix.c:3361 #2 0x0000000000515798 in may_core_dump ()...

Now that cabal ships with sandbox support it would be great to have haskellmode detect sandboxes and launch `ghci` accordingly. I'm not sure exactly which way is best to approach...