Metadata-Version: 1.1
Name: neovim-remote
Version: 1.2
Summary: Control Neovim instances using "nvr" commandline tool
Home-page: https://github.com/mhinz/neovim-remote
Author: Marco Hinz
Author-email: mh.codebro@gmail.com
License: MIT
Description: 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``.
        
Keywords: neovim nvim nvr remote helper
Platform: UNKNOWN
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
