From d16549734fde431abb65512eb07a861e661e46ad Mon Sep 17 00:00:00 2001 From: Alick Zhao Date: Sun, 13 May 2018 19:09:16 -0500 Subject: [PATCH] new page vim --- Vim.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Vim.md diff --git a/Vim.md b/Vim.md new file mode 100644 index 0000000..0e5037a --- /dev/null +++ b/Vim.md @@ -0,0 +1,11 @@ +There are several implementations of language server protocol (client side) in Vim. + +## vim-lsp + + + +## LanguageClient-neovim + +Despite the name, [LanguageClient-neovim](https://github.com/autozimu/LanguageClient-neovim) do support vim besides neovim. + +You are welcome to help provide vim spefici details here by editing the wiki. Meantime please refer to the [[Neovim]] page. \ No newline at end of file