You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 5, 2024. It is now read-only.
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 (set g:haddock_docdir).
I added this to my .vimrc:
let g:haddock_docdir="C:\Program Files\Haskell Platform\2014.2.0.0\doc\html"
and, although it's the correct path to the haddock documentation, I still keep getting the error.