vim-hoogle
vim-hoogle copied to clipboard
Vim plugin used to query hoogle, the haskell search engine
I'm using the stack package manager, and vim-hoogle doesn't seem to just work the way it does in cabal. Whenever I hoogle something in vim, I get the error ```...
When you use :Hoogle without passing any parameters, it uses `expand("")` to get the underlying word under the cursor. For fully qualified module names, like `Graphics.Gloss.Data.ViewPort`, it would only get...
Went into the code to implement this only to find out it was already implemented. PS: Have you thought about a 1.4 release? it feels weird to use a plugin...
I have just downloaded and installed vim-hoogle, I try :help hoogle but vim says "Sorry, no help for hoogle".
When using Vundle to install vim-hoogle on Linux I've got this error: `Error detected while processing /home/my_name/.vim/bundle/Hoogle/plugin/hoogle.vim:` `line 14:` `E15: Invalid expression: exists("g:__HOOGLE_VIM__")^M` `line 108:` `E171: Missing :endif` and if...
:HoogleLine was not working on my vim. I'm not sure if the syntax changed or what; I'm not all that conversant on vim-script. This change seems to fix it fine...