fix initial size
This commit is contained in:
parent
27669e035b
commit
209c71aa4b
@ -64,7 +64,7 @@ pub fn initialize(ui: &mut Ui) -> Result<()> {
|
||||
};
|
||||
let nvim = Neovim::new(session);
|
||||
ui.set_nvim(nvim);
|
||||
ui.model = UiModel::new(80, 24);
|
||||
ui.model = UiModel::new(24, 80);
|
||||
|
||||
let mut nvim = ui.nvim();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user