From dddeced1e29db6c689b1f6b220af9204a680c39b Mon Sep 17 00:00:00 2001 From: Nate Bosch Date: Thu, 6 Dec 2018 16:32:16 -0800 Subject: [PATCH] Add vim-lsc to list of vim plugins --- _implementors/tools.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_implementors/tools.md b/_implementors/tools.md index 98f851b..b334b83 100644 --- a/_implementors/tools.md +++ b/_implementors/tools.md @@ -23,6 +23,7 @@ index: 2 |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) | |vim8 and neovim| [Qiming Zhao](https://github.com/chemzqm) | [coc.nvim](https://github.com/neoclide/coc.nvim) | +|vim8 and neovim| [Nate Bosch](https://github.com/natebosch) | [vim-lsc](https://github.com/natebosch/vim-lsc) | |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) | | Oni | [@oni_vim](https://twitter.com/oni_vim) | [Oni's Features](https://www.onivim.io/Features) |