mirror of
https://github.com/mhinz/neovim-remote
synced 2024-11-11 13:10:34 +00:00
Use pandoc for README.{md,rst}
This commit is contained in:
parent
915598ccb7
commit
e3f3ce8a9e
2
Makefile
2
Makefile
@ -1,3 +1,5 @@
|
||||
upload:
|
||||
cat README.md | pandoc -f markdown -t rst > README.rst
|
||||
python3 setup.py sdist bdist_wheel
|
||||
twine upload dist/*
|
||||
rm README.rst
|
||||
|
16
README.rst
16
README.rst
@ -1,16 +0,0 @@
|
||||
neovim-remote
|
||||
=============
|
||||
|
||||
**nvr** is a tool that helps controlling nvim processes.
|
||||
|
||||
It basically does two things:
|
||||
|
||||
1. adds back the ``--remote`` family of options (see ``man vim``)
|
||||
2. helps controlling the current nvim from within ``:terminal``
|
||||
|
||||
To target a certain nvim process, you either use the ``--servername`` option or
|
||||
set the environment variable ``$NVIM_LISTEN_ADDRESS``.
|
||||
|
||||
Since ``$NVIM_LISTEN_ADDRESS`` is implicitely set by each nvim process, you can
|
||||
call **nvr** from within Neovim (``:terminal``) without specifying
|
||||
``--servername``.
|
Loading…
Reference in New Issue
Block a user