Problem: parse_enums read the bash-completion file with blocking io.open/fd:read on the main thread, stalling the event loop. Solution: read the file via vim.uv.fs_open/fstat/read with callbacks, running in parallel with the ghostty config system call using the same remaining-counter pattern as the other blink-cmp plugins. |
||
|---|---|---|
| .. | ||
| blink-cmp-ghostty | ||
| blink-cmp-ghostty.lua | ||