Skip to content

Commit dec2f87

Browse files
Junfeng Liautozimu
Junfeng Li
authored andcommitted
Update INSTALL and README for vim.
1 parent d4ec6c0 commit dec2f87

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

INSTALL.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# 1. Install neovim
1+
# 1. Install neovim or vim
22

3-
Obviously you need [neovim](https://github.com/neovim/neovim#install-from-package)!
3+
Obviously you need [neovim](https://github.com/neovim/neovim#install-from-package) or [vim](http://www.vim.org/)!
44

55
# 2. Install python modules
66
## python-neovim
@@ -17,6 +17,16 @@ Run following command to install `typing` module:
1717
sudo pip3 install --upgrade typing
1818
```
1919

20+
# 3.0 (Vim only)
21+
22+
For vim, two other plugins are necessary to make this one work (I'm sorry,
23+
but vim support is a second thought.)
24+
25+
- [vim-hug-neovim-rpc](https://github.com/roxma/vim-hug-neovim-rpc)
26+
- [nvim-yarp](https://github.com/roxma/nvim-yarp)
27+
28+
Also, following `:UpdateRemotePlugins` commands is not needed for vim users.
29+
2030
# 3. Install this plugin
2131
Choose steps matching your plugin manager.
2232

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# LanguageClient-neovim
22
[![Build Status](https://travis-ci.org/autozimu/LanguageClient-neovim.svg?branch=master)](https://travis-ci.org/autozimu/LanguageClient-neovim)
33

4-
[Language Server Protocol](https://github.com/Microsoft/language-server-protocol) support for [neovim](https://github.com/neovim/neovim).
4+
[Language Server Protocol](https://github.com/Microsoft/language-server-protocol) support for [neovim](https://github.com/neovim/neovim) and [vim](http://www.vim.org/).
55

66
![rename](https://cloud.githubusercontent.com/assets/1453551/24251636/2e73a1cc-0fb1-11e7-8a5e-3332e6a5f424.gif)
77

0 commit comments

Comments
 (0)