Skip to content

Commit

Permalink
Readme: Consistent language server command (#332)
Browse files Browse the repository at this point in the history
Solves #331
  • Loading branch information
andys8 authored and cocreature committed Jan 19, 2020
1 parent 85b8377 commit 1929fde
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,8 @@ Add this to your coc-settings.json (which you can edit with :CocConfig):
{
"languageserver": {
"haskell": {
"command": "stack",
"command": "ghcide",
"args": [
"exec",
"ghcide",
"--lsp"
],
"rootPatterns": [
Expand Down

0 comments on commit 1929fde

Please sign in to comment.