blink-cmp-ghostty/lua
Barrett Ruth 3776133815
fix: lint warning and test mocks for async file read
Problem: selene flagged unused err3 variable, and test mock_enums
still mocked io.open instead of the new vim.uv.fs_* calls.

Solution: rename err3 to _, replace io.open mock with synchronous
vim.uv.fs_open/fs_fstat/fs_read/fs_close mocks using a sentinel fd.
2026-02-22 23:21:06 -05:00
..
blink-cmp-ghostty feat: add healthcheck (#9) 2026-02-20 21:01:32 -05:00
blink-cmp-ghostty.lua fix: lint warning and test mocks for async file read 2026-02-22 23:21:06 -05:00