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 44[ ![ 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 )
55[ ![ 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 )
66
7- Library for scripting Nvim processes through it's msgpack-rpc API.
7+ Library for scripting Nvim processes through its msgpack-rpc API.
88
99#### Installation
1010
@@ -15,16 +15,16 @@ pip install neovim
1515#### Usage through the python REPL
1616
1717A 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):
2020
2121``` sh
2222$ NVIM_LISTEN_ADDRESS=/tmp/nvim nvim
2323```
2424
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
2626similar 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 ) ):
2828
2929``` python
3030>> > from neovim import attach
You can’t perform that action at this time.
0 commit comments