Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 14523be

Browse files
authored
Merge pull request #1559 from Anrock/readme-lsp-flag
Readme lsp flag
2 parents 903bd86 + 4f423a0 commit 14523be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,7 @@ Then issue `:CocConfig` and add the following to your Coc config file.
546546
"languageserver": {
547547
"haskell": {
548548
"command": "hie-wrapper",
549+
"args": ["--lsp"],
549550
"rootPatterns": [
550551
"*.cabal",
551552
"stack.yaml",
@@ -588,7 +589,7 @@ into `~/.vim/pack/XXX/start/`, where `XXX` is just a name for your "plugin suite
588589

589590
```vim
590591
set rtp+=~/.vim/pack/XXX/start/LanguageClient-neovim
591-
let g:LanguageClient_serverCommands = { 'haskell': ['hie-wrapper'] }
592+
let g:LanguageClient_serverCommands = { 'haskell': ['hie-wrapper', '--lsp'] }
592593
```
593594

594595
You'll probably want to add some mappings for common commands:

0 commit comments

Comments
 (0)