Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1mod recent_buffers; 2 3pub use recent_buffers::*; 4 5#[derive(Default)] 6pub struct AmbientContext { 7 pub recent_buffers: RecentBuffersContext, 8}