pub fn vim_editor<H: Host>(
buffer: View,
host: H,
options: Options,
) -> Editor<View, H>Expand description
Build an Editor with the vim discipline already installed.
The vim-flavoured counterpart of Editor::new, which yields an editor
with no discipline at all.