Skip to content

ghcide

https://github.com/digital-asset/ghcide

A library for building Haskell IDE tooling. "ghcide" isn't for end users now. Use "haskell-language-server" instead of "ghcide".

Setup

require'lspconfig'.ghcide.setup{}

Default values

cmd = { "ghcide", "--lsp" }
filetypes = { "haskell", "lhaskell" }
root_dir = function(startpath)
    return M.search_ancestors(startpath, matcher)
  end
Back to top