发布

  • fix(picker_ui): highlight fuzzy query matches on file picker (#673)

    frostbyte_neo 发布于 2026-07-15 21:53:52 +00:00

    • fix(picker_ui): highlight fuzzy query matches on file picker

    • fix(file-picker): gate fuzzy query highlights behind config

    • fix(file-picker): use rust fuzzy match ranges for highlights

    Compute fuzzy match byte ranges on the Rust side for paginated file results and pass them through the nvim Lua binding.

    下载附件