
* compute gutter width * show the AI icon * borders, background, and text color for annotations <img width="1840" alt="image" src="https://github.com/zed-industries/zed/assets/836375/93f2e9b8-d7f7-4c25-b3e2-cf77a0c4ca36"> Release Notes: - N/A
7 lines
136 B
Rust
7 lines
136 B
Rust
mod annotate_code;
|
|
mod create_buffer;
|
|
mod project_index;
|
|
|
|
pub use annotate_code::*;
|
|
pub use create_buffer::*;
|
|
pub use project_index::*;
|