blink-cmp-ghostty/lua
Barrett Ruth 71d5505fb8
perf: async enum file read
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.
2026-02-22 23:11:10 -05:00
..
blink-cmp-ghostty feat: add healthcheck (#9) 2026-02-20 21:01:32 -05:00
blink-cmp-ghostty.lua perf: async enum file read 2026-02-22 23:11:10 -05:00