fzf-hoogle.vim icon indicating copy to clipboard operation
fzf-hoogle.vim copied to clipboard

Reading from a local hoogle server

Open qwbarch opened this issue 2 years ago • 2 comments

Hi, thanks for this amazing plugin!
Is it possible to have fzf-hoogle read from a local hoogle server? I'd like to be able to fuzzy search any of my local packages

qwbarch avatar Sep 09 '22 21:09 qwbarch

Hello. Currently do not use haskell that much. But if i do remember it correctly if you configure hoogle itself it should get it (with limitation that you would need to update it constantly after changes). Try to look into hoogle documentation and if it wouldn't help i will try to dig it myself.

monkoose avatar Sep 09 '22 21:09 monkoose

Appreciate the response! I'll try to figure it out and then report back for any future readers looking to do the same thing

qwbarch avatar Sep 09 '22 21:09 qwbarch

Turns out it already supports local packages, it had to do with my haskell.nix configuration. Sorry for the redundant issue!

qwbarch avatar Sep 21 '22 03:09 qwbarch