From 8a1a97348658614f4bd7e76ee150b4de7df2b262 Mon Sep 17 00:00:00 2001 From: mattn Date: Tue, 4 May 2021 22:33:15 +0900 Subject: [PATCH] Update LSP.md Instruction is not related on neovim. --- LSP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LSP.md b/LSP.md index 1612619..78fa485 100644 --- a/LSP.md +++ b/LSP.md @@ -15,9 +15,9 @@ C:\Program Files\Kite\kite-lsp.exe If you installed Kite to a non-standard location, you may need to appropriately modify the executable path. -### Neovim-LSP +### Vim-LSP -As today the [LSP integration in neovim](https://github.com/neovim/nvim-lspconfig) is just available in the nightlies. +As today the [LSP integration in vim](https://github.com/prabirshrestha/vim-lsp) is just available in the nightlies. To enable the support in this case: ```