nvim_runtime_lua

vim.ServerInfo

Called by builtin serverlist(). Returns the combined server list (own + peers).

Fields4

ServerInfo.addr : string

Server address (socket path, named pipe, or TCP host:port).

ServerInfo.pid : integer

PID of the Nvim process.

ServerInfo.own : boolean

True if this server belongs to the current Nvim instance.

ServerInfo.active : integer

Timestamp of last user activity.