chipsenkbeil / chipsenkbeil/remote.nvim
Support 'state' files using addresses
Open
enhancement
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
For the client/server, we need to be able to keep track of currently-loaded files as well as their version, etc. This means we should create a config that is able to be read by the client/server based on the current configuration.
E.g. $HOME/.local/share/nvim/remote/client/my-address.com.9999.json
```
:RemoteConnect my-address.com 9999
```
and
E.g. $HOME/.local/share/nvim/remote/server/my-address.com.9999.json
```
:RemoteListen my-address.com 9999
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.