Metadata-Version: 2.1
Name: nvim-mgr
Version: 0.1.2
Summary: Manage Multiple Nvim instances.
Author: Evan Voyles
Author-email: evan.voyles@intrafentech.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: fastapi[uvicorn] (>=0.112.1,<0.113.0)
Requires-Dist: typer (>=0.12.4,<0.13.0)
Requires-Dist: uvicorn (>=0.30.6,<0.31.0)
Description-Content-Type: text/markdown

# Nvim-Remote

Facilities to talk with Nvim instances

## How it works

We've implemented some lua code in the `ejovo` module that connects to `nvim-remote` on startup

- `ejovo.server.register`
- `ejovo.server.disconnect`


