SuperBo / fugit2.nvim

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

feat: allow setting libgit2 lib path #47

Closed SuperBo closed 5 months ago

SuperBo commented 5 months ago

Libgit2 library name is depends on system, we can't assume that it will be "libgit2" on all the system. This MR enable capability to setting library name for each system.

Adding corresponding README.

This will resolve https://github.com/SuperBo/fugit2.nvim/issues/46