mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 03:17:45 +03:00
minor: Setup default keymap directly in xtask docgen
Instantiating EditorView is a lot of machinery which is unnecessary: the default keymap is exposed through the `default` function in the keymap module.
This commit is contained in:
parent
127567df8e
commit
073efe48f9
2 changed files with 1 additions and 8 deletions
|
@ -57,12 +57,6 @@ pub enum InsertEvent {
|
|||
RequestCompletion,
|
||||
}
|
||||
|
||||
impl Default for EditorView {
|
||||
fn default() -> Self {
|
||||
Self::new(Keymaps::default())
|
||||
}
|
||||
}
|
||||
|
||||
impl EditorView {
|
||||
pub fn new(keymaps: Keymaps) -> Self {
|
||||
Self {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue