Metadata-Version: 2.1
Name: remote4neovim
Version: 0.0.1
Summary: wrapper for neovim remote function
Home-page: https://github.com/rtfcv/remote4nvim
Author: rtfcv
Author-email: author@example.com
Project-URL: Bug Tracker, https://github.com/rtfcv/remote4nvim/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# remote for neovim

Inspired by [mhinz/neovim-remote](https://github.com/mhinz/neovim-remote). 
This project works on Windows as well.

## usage
`r4n [filename]`

## installation
```
pip install remote4neovim
```

## dependencies
- psutil
