From 6b1e6fa73a89f5cf82eff7b042c32a58921f9fa8 Mon Sep 17 00:00:00 2001 From: fendor Date: Wed, 1 Dec 2021 20:51:51 +0100 Subject: [PATCH] Update README to mention HLS instead of HIE --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76ad1bf..7183861 100644 --- a/README.md +++ b/README.md @@ -104,8 +104,8 @@ log the size of the input, but _not_ the full input/output of requests.) #### VSCode [This extension](https://marketplace.visualstudio.com/items?itemName=MaxGabriel.brittany) connects commandline `brittany` to VSCode formatting API. Thanks to @MaxGabriel. -#### Via HIE - [haskell-ide-engine](https://github.com/haskell/haskell-ide-engine) +#### Via HLS + [haskell-language-server](https://github.com/haskell/haskell-language-server) includes a `brittany` plugin that directly uses the brittany library. Relevant for any editors that properly support the language-server-protocol. #### Neovim / Vim 8