2KAbhishek / co-author.nvim

Quickly add co-authors to commits 💻🪄
GNU General Public License v3.0
23 stars 2 forks source link

[BUG]: UI is different from the screenshot #1

Closed ogirginc closed 1 year ago

ogirginc commented 1 year ago

Description of the bug

This is what I see:

Screenshot 2023-01-23 at 13 19 04

Steps To Reproduce

  1. git add .
  2. git commit
  3. : GitCoAuthors
  4. See the list in a terminal pager

Additional Information

Do I need a plug-in to make it look like the screenshot?

2KAbhishek commented 1 year ago

Yes, you'll need two different plugins to make the select UI look and function like that.

Installing them should do the trick. Thanks a lot for raising the issue, it was an overlook on my part

P.S: If you found the plugin useful, do drop a ⭐ that motivates me a lot!

2KAbhishek commented 1 year ago

I have also updated the README so new users won't have problems

ogirginc commented 1 year ago

I can confirm it works as expected after installing dressing.nvim as I already had telescope.

Also, thanks for the fast reply. 👏