diff options
| author | Github Actions <actions@github> | 2020-02-25 06:19:41 +0000 |
|---|---|---|
| committer | Github Actions <actions@github> | 2020-02-25 06:19:41 +0000 |
| commit | 1739274e24087565760b35a789a28bc217308ecf (patch) | |
| tree | a01a5a271f08ce4d389fcf725ee4e85e5a39dc60 | |
| parent | Merge pull request #150 from leifmetcalf/patch-1 (diff) | |
| download | nvim-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") ``` |
