jack

Results 3 issues of jack

added virtual inlay hint highlight.Because before, it was bright-white which is confusing. Before: ![Screenshot_20240704_211936_com termux_edit_1919356255941029](https://github.com/helix-editor/helix/assets/90291236/9d8df645-9233-41c9-b615-e4841038bd03) After: ![Screenshot_20240704_211810_com termux_edit_1919281563425328](https://github.com/helix-editor/helix/assets/90291236/704a69c8-a0a9-438d-b599-29c7d7cca2fd)

A-theme

When I enable `autoHighlight` feature, it creates weird different color blocks. Here is screen recording. This is Windows 11 GVIM btw. https://github.com/user-attachments/assets/a876ed72-6eeb-4e21-94f3-83b5e4aee105 ``` VIM - Vi IMproved 9.1 (2024 Jan...

Hi, there are two different commands in `CocList` to list cwd files. One is `:CocList files`, other is `:CocList gfiles`, gfiles already respects .gitignore file but files is also respects...