autocomplete is now robust, but unified, time to split it up

This commit is contained in:
Priec
2025-07-29 22:18:44 +02:00
parent b8e1b77222
commit b4d1572c79
8 changed files with 549 additions and 378 deletions

View File

@@ -50,5 +50,6 @@ regex = "1.11.1"
ratatui = { version = "0.29.0", features = ["crossterm"] }
crossterm = "0.28.1"
toml = "0.8.20"
unicode-width = "0.2.0"
common = { path = "./common" }