Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commitc734760

Browse files
ujihisaroxma
authored andcommitted
Catch up pip package name change
*https://github.com/neovim/python-client renamed itself tohttps://github.com/neovim/pynvim* Let's mention that instead
1 parentc5e8f3f commitc734760

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎README.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ open a PR if you get any idea on improving it**.
2727
- same requirements as`5. has('python')`
2828
4. Else if`has('python3')`
2929
-[neovim/python-client](https://github.com/neovim/python-client). (`pip3
30-
installneovim`). There should be no error when you execute`:python3
31-
importneovim`
30+
installpynvim`). There should be no error when you execute`:python3
31+
importpynvim`
3232
5. Else if`has('python')`
3333
-[neovim/python-client](https://github.com/neovim/python-client). (`pip
34-
installneovim`). There should be no error when you execute`:python
35-
importneovim`
34+
installpynvim`). There should be no error when you execute`:python
35+
importpynvim`
3636
6.`set encoding=utf-8` in your vimrc.
3737

3838
***Use`:echo neovim_rpc#serveraddr()` to test the installation***. It should print

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp