Closed zchee closed 4 years ago
Maybe OpenWindowConfig struct name.
OpenWindowConfig
PoC:
// OpenWindowConfig represents a OpenWindow configs. type OpenWindowConfig struct { Relative string `msgpack:"relative"` Anchar string `msgpack:"anchar,omitempty"` Width int64 `msgpack:"width"` Height int64 `msgpack:"height"` Row int64 `msgpack:"row"` Col int64 `msgpack:"col"` Win nvim.Window `msgpack:"win,omitempty"` Focusable bool `msgpack:"focusable"` External bool `msgpack:"external,omitempty"` }
Maybe
OpenWindowConfig
struct name.PoC: