发布

  • feat(neovim): winhighlight overrides for picker windows (#511)

    frostbyte_neo 发布于 2026-05-22 17:07:43 +00:00

    Adds optional hl.winhl config that controls the picker windows'
    winhighlight. Accepts either a single string applied to all picker
    windows, or a table with optional prompt, list, preview, and
    file_info keys. Missing keys fall back to the default composed from
    hl.normal, hl.border, and hl.title.

    Refs #140

    Co-authored-by: Dmitriy Kovalenko dmtr.kovalenko@outlook.com

    下载附件