Use pandoc for README.{md,rst}

pull/20/head
Marco Hinz 8 years ago
parent 915598ccb7
commit e3f3ce8a9e

@ -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

@ -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…
Cancel
Save