Skip to content

Commit 13f20ff

Browse files
authored
Simplify coc.nvim instructions
1 parent bda4058 commit 13f20ff

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

Diff for: README.md

+2-16
Original file line numberDiff line numberDiff line change
@@ -386,22 +386,8 @@ Then issue `:CocConfig` and add the following to your Coc config file.
386386
"haskell": {
387387
"command": "haskell-language-server-wrapper",
388388
"args": ["--lsp"],
389-
"rootPatterns": [
390-
"hie.yaml",
391-
"*.cabal",
392-
"stack.yaml",
393-
"cabal.project",
394-
"package.yaml"
395-
],
396-
"filetypes": [
397-
"hs",
398-
"lhs",
399-
"haskell"
400-
],
401-
"initializationOptions": {
402-
"haskell": {
403-
}
404-
}
389+
"rootPatterns": ["*.cabal", "stack.yaml", "cabal.project", "package.yaml", "hie.yaml"],
390+
"filetypes": ["haskell", "lhaskell"]
405391
}
406392
}
407393
```

0 commit comments

Comments
 (0)