aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2020-02-25 06:19:41 +0000
committerGithub Actions <actions@github>2020-02-25 06:19:41 +0000
commit1739274e24087565760b35a789a28bc217308ecf (patch)
treea01a5a271f08ce4d389fcf725ee4e85e5a39dc60
parentMerge pull request #150 from leifmetcalf/patch-1 (diff)
downloadnvim-lspconfig-1739274e24087565760b35a789a28bc217308ecf.tar
nvim-lspconfig-1739274e24087565760b35a789a28bc217308ecf.tar.gz
nvim-lspconfig-1739274e24087565760b35a789a28bc217308ecf.tar.bz2
nvim-lspconfig-1739274e24087565760b35a789a28bc217308ecf.tar.lz
nvim-lspconfig-1739274e24087565760b35a789a28bc217308ecf.tar.xz
nvim-lspconfig-1739274e24087565760b35a789a28bc217308ecf.tar.zst
nvim-lspconfig-1739274e24087565760b35a789a28bc217308ecf.zip
[docgen] Update README.md
skip-checks: true
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 27e8ad94..94e69444 100644
--- a/README.md
+++ b/README.md
@@ -1673,7 +1673,7 @@ This server accepts configuration via the `settings` key.
require'nvim_lsp'.hie.setup{}
Default Values:
- cmd = { "hie-wrapper" }
+ cmd = { "hie-wrapper", "--lsp" }
filetypes = { "haskell" }
root_dir = root_pattern("stack.yaml", "package.yaml", ".git")
```