Merge pull request #63 from maralorn/patch-1

Delete non-ghcide options from coc.nvim example
This commit is contained in:
Moritz Kiefer 2019-09-14 13:33:27 +02:00 committed by GitHub
commit 938a3c6f18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,14 +150,7 @@ Add this to your coc-settings.json (which you can edit with :CocConfig):
"hs",
"lhs",
"haskell"
],
"initializationOptions": {
"languageServerHaskell": {
"hlintOn": true,
"maxNumberOfProblems": 10,
"completionSnippetsOn": true
}
}
]
}
}
}