Add fast draft completion popup

This commit is contained in:
Tuan-Lung Wang
2026-03-17 15:44:10 -07:00
parent 877e28dde6
commit 5f4a2b0fbb
11 changed files with 962 additions and 27 deletions

View File

@@ -85,6 +85,7 @@ pub mod custom_terminal;
mod cwd_prompt;
mod debug_config;
mod diff_render;
mod draft_completion;
mod exec_cell;
mod exec_command;
mod external_editor;