From 7856cf58a1f1d9d99d79692113ee9859bb5e5daf Mon Sep 17 00:00:00 2001 From: Junfeng Li Date: Mon, 1 Jan 2018 22:45:47 -0800 Subject: [PATCH] Update LanguageClient-neovim. --- _implementors/tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_implementors/tools.md b/_implementors/tools.md index d2c0f13..379eaec 100644 --- a/_implementors/tools.md +++ b/_implementors/tools.md @@ -19,7 +19,7 @@ index: 2 |[MS Monaco Editor](https://github.com/Microsoft/monaco-editor)| [Typefox](https://github.com/TypeFox) | [monaco-languageclient](https://www.npmjs.com/package/monaco-languageclient) | |[Atom](https://atom.io/)| [Github](https://github.com/) | [atom-languageclient](https://atom.io/packages/atom-languageclient) | |[Theia](https://github.com/theia-ide/theia)| [theia-ide](https://github.com/theia-ide) | [theia](https://github.com/theia-ide/theia) | -|[neovim](https://neovim.io/)| [Junfeng Li](https://github.com/autozimu) | [LanguageClient-neovim](https://github.com/autozimu/LanguageClient-neovim) | +|vim8 and [neovim](https://neovim.io/)| [Junfeng Li](https://github.com/autozimu) | [LanguageClient-neovim](https://github.com/autozimu/LanguageClient-neovim) | |vim8 and neovim| [Prabir Shrestha](https://github.com/prabirshrestha) | [vim-lsp](https://github.com/prabirshrestha/vim-lsp) | |Visual Studio| [Adam Friedman](https://github.com/tintoy) | [LSP client in Visual Studio](https://github.com/tintoy/dotnet-language-client/tree/sample/visual-studio/samples/VisualStudioExtension) | |Visual Studio| Microsoft | [LSP Preview](https://marketplace.visualstudio.com/items?itemName=vsext.LanguageServerClientPreview) |