Skip to content

Commit 1929fde

Browse files
andys8cocreature
authored andcommitted
Readme: Consistent language server command (#332)
Solves #331
1 parent 85b8377 commit 1929fde

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,8 @@ Add this to your coc-settings.json (which you can edit with :CocConfig):
224224
{
225225
"languageserver": {
226226
"haskell": {
227-
"command": "stack",
227+
"command": "ghcide",
228228
"args": [
229-
"exec",
230-
"ghcide",
231229
"--lsp"
232230
],
233231
"rootPatterns": [

0 commit comments

Comments
 (0)