Function open_win

Source
pub fn open_win(
    buf: &Buffer,
    enter: bool,
    config: &WindowConfig,
) -> Result<Window, Error>
Expand description

Binding to nvim_open_win.

Opens a new floating or external window.