Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.03 KB

CONTRIBUTING.md

File metadata and controls

24 lines (20 loc) · 1.03 KB

Contributing

Issues

When submitting an issue, please include the output by :NecoGhcDiagnostics.

NecoGhcDiagnostics

It shows your environment information possibly related to neco-ghc.

  • Current filetype
    • neco-ghc only works in the buffer with filetype haskell or lhaskell.
  • ghc-mod OR hhpc executable (required)
    • neco-ghc requires ghc-mod or hhp and they must be placed in your $PATH.
  • 'omnifunc'
    • To use Vim builtin completion, 'omnifunc' must be set to necoghc#omnifunc by setlocal omnifunc=necoghc#omnifunc.
  • Completion plugin installation (optional)
  • Other plugin installation (optional)