Documentation
¶
Index ¶
Constants ¶
View Source
const ( CONN_NET connType = iota CONN_STD )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Identifier ¶
type Identifier interface {
GetId() uint8
}
Identifier represents raw vim objects like Buffer..
type Vim ¶
type Vim struct {
// contains filtered or unexported fields
}
Vim object itself is not registered on the nvim api as a custom type. so define here it's called Vim and not NVim for now. as we just generate the struct names based on the rpc method names eg: vim_get_current_buffer
type WRCloser ¶
type WRCloser struct {
// contains filtered or unexported fields
}
WRCloser r/w wrapper
func NewWRCloser ¶
func NewWRCloser(r io.ReadCloser, w io.WriteCloser) *WRCloser
Click to show internal directories.
Click to hide internal directories.