//! Feature modules grouped under a single namespace.
pub mod activity_state;
pub mod command_input;
pub mod command_palette;
pub mod editor_buffer;
pub mod file_tree;
pub mod find_replace;
pub mod fuzzy_finder;
pub mod icons;
pub mod lsp;
pub mod resources;
pub mod search;
pub mod syntax;
pub mod terminal;
pub mod updater;