From 53525059027e38980328415a2d7519cc6d26e716 Mon Sep 17 00:00:00 2001 From: shaurya gupta Date: Sat, 1 Aug 2020 22:13:15 +0530 Subject: [PATCH] add hie.yaml to coc configuration --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cf4624f688..fbfb871e9c 100644 --- a/README.md +++ b/README.md @@ -383,6 +383,7 @@ Then issue `:CocConfig` and add the following to your Coc config file. "command": "haskell-language-server-wrapper", "args": ["--lsp"], "rootPatterns": [ + "hie.yaml", "*.cabal", "stack.yaml", "cabal.project",