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

docs(gitblame): Use setup #421

Merged
merged 1 commit into from
Aug 26, 2023

Conversation

f-person
Copy link
Contributor

There was an issue on git-blame.nvim about vim.g.gitblame_disable = 0 not working with Lunar.

I recently implemented a setup function which solves this issue. This commit uses setup, instead of legacy vim.g in order to avoid any confusions for users who wanna use git-blame :).

There was an [issue](f-person/git-blame.nvim#65)
on git-blame.nvim about `vim.g.gitblame_disable = 0` not working with
Lunar.

I recently implemented a setup function which solves this issue.
This commit uses `setup`, instead of legacy vim.g in order to avoid any
confusions for users who wanna use git-blame :).
@LostNeophyte
Copy link
Member

Thanks!

@LostNeophyte LostNeophyte merged commit 47ea6af into LunarVim:master Aug 26, 2023
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

Successfully merging this pull request may close these issues.

2 participants