Skip to content

Commit 6c42449

Browse files
authored
Merge pull request #315 from oblitum/patch-1
Simplify coc.nvim instructions
2 parents 8b9b66c + 13f20ff commit 6c42449

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
@@ -387,22 +387,8 @@ Then issue `:CocConfig` and add the following to your Coc config file.
387387
"haskell": {
388388
"command": "haskell-language-server-wrapper",
389389
"args": ["--lsp"],
390-
"rootPatterns": [
391-
"hie.yaml",
392-
"*.cabal",
393-
"stack.yaml",
394-
"cabal.project",
395-
"package.yaml"
396-
],
397-
"filetypes": [
398-
"hs",
399-
"lhs",
400-
"haskell"
401-
],
402-
"initializationOptions": {
403-
"haskell": {
404-
}
405-
}
390+
"rootPatterns": ["*.cabal", "stack.yaml", "cabal.project", "package.yaml", "hie.yaml"],
391+
"filetypes": ["haskell", "lhaskell"]
406392
}
407393
}
408394
}

0 commit comments

Comments
 (0)