Skip to content

Instantly share code, notes, and snippets.

@drchaos
Created March 9, 2022 10:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drchaos/6f5f1b3edb42377231cfc82e5a84a0fc to your computer and use it in GitHub Desktop.
Save drchaos/6f5f1b3edb42377231cfc82e5a84a0fc to your computer and use it in GitHub Desktop.
{
"languageserver": {
"haskell": {
"command": "haskell-language-server-wrapper",
"args": ["--lsp"],
"rootPatterns": [
"*.cabal",
"stack.yaml",
"cabal.project",
"package.yaml",
"hie.yaml"
],
"filetypes": [
"haskell",
"lhaskell"
],
"initializationOptions": {
"languageServerHaskell": {
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment