SuperBo / fugit2.nvim

Neovim git GUI powered by libgit2
MIT License
390 stars 8 forks source link

bug: Readme lazy.nvim install snippet is missing comma #15

Closed TomRomeo closed 6 months ago

TomRomeo commented 6 months ago

Did you check docs and existing issues?

Neovim version (nvim -v)

0.9.5

Operating system/version

MacOS 14.4

Describe the bug

Hey thank you for this awesome plugin, it looks really nice! In the installation snippet for lazy.nvim, there is a comma that is missing after the repository name. After adding it, lazy.nvim can successfully install Fugit2! If it is okay, I can open a PR with the fix but you can also do it yourself :)

Steps To Reproduce

  1. Look at the readme Lazy.nvim installation instructions

Expected Behavior

With a comma after the repository name, the plugin should be installable

scottmckendry commented 6 months ago

I've fixed this in PR #16 ;)

SuperBo commented 6 months ago

Thank @TomRomeo , I merged https://github.com/SuperBo/fugit2.nvim/pull/16. It is fixed now.