Readme: Consistent language server command (#332)

Solves #331
This commit is contained in:
Andy 2020-01-19 16:18:28 +01:00 committed by Moritz Kiefer
parent 85b83777bf
commit 1929fde73c

View File

@ -224,10 +224,8 @@ Add this to your coc-settings.json (which you can edit with :CocConfig):
{ {
"languageserver": { "languageserver": {
"haskell": { "haskell": {
"command": "stack", "command": "ghcide",
"args": [ "args": [
"exec",
"ghcide",
"--lsp" "--lsp"
], ],
"rootPatterns": [ "rootPatterns": [