helix-mirror/helix-view/src/lib.rs

11 lines
162 B
Rust

pub mod commands;
pub mod editor;
pub mod keymap;
pub mod prompt;
pub mod theme;
pub mod view;
pub use editor::Editor;
pub use theme::Theme;
pub use view::View;