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.
pub fn open_win(
buf: &Buffer,
enter: bool,
config: &WindowConfig,
) -> Result<Window, Error>
Binding to nvim_open_win
.
Opens a new floating or external window.