diff --git a/bin/assets/plugins/lspclient.json b/bin/assets/plugins/lspclient.json index 9ee948629..dca6da034 100644 --- a/bin/assets/plugins/lspclient.json +++ b/bin/assets/plugins/lspclient.json @@ -245,7 +245,7 @@ "language": "haskell", "name": "haskell-language-server", "url": "https://github.com/haskell/haskell-language-server", - "command": "haskell-language-server-wrapper", + "command": "haskell-language-server-wrapper --lsp", "file_patterns": ["%.hs$"], "rootIndicationFileNames": ["%.cabal$", "stack.yaml", "cabal.project", "package.yaml", "hie.yaml"] },