2
0
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:
Marco Hinz 2016-07-11 22:09:17 +02:00
parent 915598ccb7
commit e3f3ce8a9e
2 changed files with 2 additions and 16 deletions

View File

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

View File

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