From 655e08a4ce04460fd9e03fbf3821065a617666b2 Mon Sep 17 00:00:00 2001 From: Andy Date: Wed, 11 Nov 2020 23:20:00 +0100 Subject: [PATCH] README: hlint is supported --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac9bc51563..aaadbc5464 100644 --- a/README.md +++ b/README.md @@ -292,7 +292,7 @@ Here is a list of the additional settings currently supported by `haskell-langua - Diagnostics on change (`haskell.diagnosticsOnChange`, default true): (currently unused) - Completion snippets (`haskell.completionSnippetsOn`, default true): whether to support completion snippets (currently unused until we have snippets to provide) - Liquid Haskell (`haskell.liquidOn`, default false): whether to enable Liquid Haskell support (currently unused until the Liquid Haskell support is functional again) -- Hlint (`haskell.hlintOn`, default true): whether to enable Hlint support (currently unused until the Hlint support is functional again) +- Hlint (`haskell.hlintOn`, default true): whether to enable Hlint support Settings like this are typically provided by the language-specific LSP client support for your editor, for example in Emacs by `lsp-haskell`.