A neocomplcache plugin for Haskell, using ghc extensions
This plugin supports the following completion on the auto completion framework neocomplcache.
- pragma
- language
- importing a module
- importing a function of a module
- function based on importing modules
neco-ghc was originally implemented by @eagletmt on July 25, 2010, and then ujihisa added some new features.
- install the latest neocomplcache.vim
- install ghc-mod package by
cabal install ghc-mod
- Unarchive neco-ghc and put it into a dir of your &rtp.