Skip to content

Commit 938a3c6

Browse files
authored
Merge pull request #63 from maralorn/patch-1
Delete non-ghcide options from coc.nvim example
2 parents de7295a + 17d6dcb commit 938a3c6

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -150,14 +150,7 @@ Add this to your coc-settings.json (which you can edit with :CocConfig):
150150
"hs",
151151
"lhs",
152152
"haskell"
153-
],
154-
"initializationOptions": {
155-
"languageServerHaskell": {
156-
"hlintOn": true,
157-
"maxNumberOfProblems": 10,
158-
"completionSnippetsOn": true
159-
}
160-
}
153+
]
161154
}
162155
}
163156
}

0 commit comments

Comments
 (0)