f-person/git-blame.nvim

Disable gitblame by default doesn't work

Closed this issue · 3 comments

Screenshot 2023-08-30 at 10 59 09 AM

setting enabled = false doesn't disable it, instead, when toggling it it "fails" then the next time starts to work.

Is there another way of not showing gitblame by default?

sounds like a bug, i'll check it. meanwhile, you can do vim.g.gitblame_enabled = false

sounds good, thanks!!

Now fixed in #102! Not sure why this issue didn't automatically close