Still need to wire up key bindings to make it toggle. Co-Authored-By: Antonio Scandurra <me@as-cii.com>
15 lines
204 B
Rust
15 lines
204 B
Rust
pub mod assets;
|
|
pub mod editor;
|
|
pub mod file_finder;
|
|
mod operation_queue;
|
|
pub mod settings;
|
|
mod sum_tree;
|
|
#[cfg(test)]
|
|
mod test;
|
|
mod time;
|
|
mod timer;
|
|
mod util;
|
|
mod watch;
|
|
pub mod workspace;
|
|
mod worktree;
|