chipsenkbeil / chipsenkbeil/remote.nvim

Support 'state' files using addresses

Open
#12 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.