Haskell-ide-engine: Vim support?

Created on 3 May 2017  路  6Comments  路  Source: haskell/haskell-ide-engine

I can't find any information related to vim.

Most helpful comment

The client implementations are listed at https://microsoft.github.io/language-server-protocol/implementors/tools/

That should probably be part of the documentation. And the documentation should be fixed to say "vim/neovim".

All 6 comments

So, this repo implement LSP for Haskell.

If I want to use this in vim I need to install LanguageClient-neovim or nvim-langserver-shim

Am I understand it right?


Additional question:

What is the relation of this repo with this haskell-lsp?

haskell-lsp is a library providing types and some interaction for LSP. HIE makes use of it to provide a haskell language server.

Other people use it to build language servers for other languages.

If I want to use this in vim I need to install LanguageClient-neovim or nvim-langserver-shim

The latter seems to be a neovim plugin that will be incorporated into neovim itself. I don't see how that is vim support.

The client implementations are listed at https://microsoft.github.io/language-server-protocol/implementors/tools/

That should probably be part of the documentation. And the documentation should be fixed to say "vim/neovim".

Was this page helpful?
0 / 5 - 0 ratings

Related issues

IvanMalison picture IvanMalison  路  5Comments

nponeccop picture nponeccop  路  4Comments

alanz picture alanz  路  3Comments

wpoosanguansit picture wpoosanguansit  路  3Comments

flip111 picture flip111  路  4Comments