File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
[ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/neovim/python-client/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/neovim/python-client/?branch=master )
5
5
[ ![ Code Coverage] ( https://scrutinizer-ci.com/g/neovim/python-client/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/neovim/python-client/?branch=master )
6
6
7
- Library for scripting Nvim processes through it's msgpack-rpc API.
7
+ Library for scripting Nvim processes through its msgpack-rpc API.
8
8
9
9
#### Installation
10
10
@@ -15,16 +15,16 @@ pip install neovim
15
15
#### Usage through the python REPL
16
16
17
17
A number of different transports are supported, but the simplest way to get
18
- started is with the python REPL. First, start Nvim with a known address(or
19
- query the value of $NVIM_LISTEN_ADDRESS of a running instance):
18
+ started is with the python REPL. First, start Nvim with a known address (or
19
+ use the ` $NVIM_LISTEN_ADDRESS ` of a running instance):
20
20
21
21
``` sh
22
22
$ NVIM_LISTEN_ADDRESS=/tmp/nvim nvim
23
23
```
24
24
25
- Open the python REPL with another terminal connect to Nvim(Note that the API is
25
+ In another terminal, connect a python REPL to Nvim (note that the API is
26
26
similar to the one exposed by the [ python-vim
27
- bridge] ( http://vimdoc.sourceforge.net/htmldoc/if_pyth.html#python-vim ) )
27
+ bridge] ( http://vimdoc.sourceforge.net/htmldoc/if_pyth.html#python-vim ) ):
28
28
29
29
``` python
30
30
>> > from neovim import attach
You can’t perform that action at this time.
0 commit comments