Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support mini.git #156

Open
luisdavim opened this issue Jan 30, 2025 · 1 comment
Open

Support mini.git #156

luisdavim opened this issue Jan 30, 2025 · 1 comment

Comments

@luisdavim
Copy link

Hi, I've been trying to move most of my configuration over to mini.nvim, which has https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-git.md would it be possible to add support for it as an alternative to fugitive?

@rbong
Copy link
Owner

rbong commented Jan 30, 2025

It is theoretically possible.

Take a look at autoload/flog/backend.vim. You just have to replace the various fugitive commands and functions with equivalents from mini.nvim, and set the various g:flog_backend_* variables appropriately.

It's not very well documented right now and some of these functions aren't documented in the Fugitive documentation either, but with enough effort you can find what they do.

Sorry I don't have more time to write up details right now, but I thought I would point you in the right direction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants