diff options
Diffstat (limited to 'runtime/doc/msgpack_rpc.txt')
-rw-r--r-- | runtime/doc/msgpack_rpc.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/msgpack_rpc.txt b/runtime/doc/msgpack_rpc.txt index b6142e2234..8304d79c17 100644 --- a/runtime/doc/msgpack_rpc.txt +++ b/runtime/doc/msgpack_rpc.txt @@ -81,6 +81,8 @@ There are four ways to open msgpack-rpc streams to nvim: > :echo $NVIM_LISTEN_ADDRESS < + See also |v:servername|. + 4. Through a TCP/IP socket. To make nvim listen on a TCP/IP socket, set the |$NVIM_LISTEN_ADDRESS| environment variable in a shell before starting: > |