diff options
| author | Hirokazu Hata <h.hata.ai.t@gmail.com> | 2020-02-25 15:17:14 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-25 15:17:14 +0900 |
| commit | 7c1d9a864b472c1a1b0995b16d1d1d5d7770900e (patch) | |
| tree | de223fc31e38b9af87f72a631ed6ee703d06bd02 /lua | |
| parent | [docgen] Update README.md (diff) | |
| parent | Run hie-wrapper with --lsp (diff) | |
| download | nvim-lspconfig-7c1d9a864b472c1a1b0995b16d1d1d5d7770900e.tar nvim-lspconfig-7c1d9a864b472c1a1b0995b16d1d1d5d7770900e.tar.gz nvim-lspconfig-7c1d9a864b472c1a1b0995b16d1d1d5d7770900e.tar.bz2 nvim-lspconfig-7c1d9a864b472c1a1b0995b16d1d1d5d7770900e.tar.lz nvim-lspconfig-7c1d9a864b472c1a1b0995b16d1d1d5d7770900e.tar.xz nvim-lspconfig-7c1d9a864b472c1a1b0995b16d1d1d5d7770900e.tar.zst nvim-lspconfig-7c1d9a864b472c1a1b0995b16d1d1d5d7770900e.zip | |
Merge pull request #150 from leifmetcalf/patch-1
Run hie-wrapper with --lsp
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim_lsp/hie.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim_lsp/hie.lua b/lua/nvim_lsp/hie.lua index f80789d6..21c62d24 100644 --- a/lua/nvim_lsp/hie.lua +++ b/lua/nvim_lsp/hie.lua @@ -3,7 +3,7 @@ local util = require 'nvim_lsp/util' configs.hie = { default_config = { - cmd = {"hie-wrapper"}; + cmd = {"hie-wrapper", "--lsp"}; filetypes = {"haskell"}; root_dir = util.root_pattern("stack.yaml", "package.yaml", ".git"); }; |
