f-person / git-blame.nvim

Git Blame plugin for Neovim written in Lua
GNU General Public License v3.0
839 stars 41 forks source link

Disable gitblame by default doesn't work #90

Closed OrteipX closed 8 months ago

OrteipX commented 10 months ago

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?

f-person commented 10 months ago

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

OrteipX commented 10 months ago

sounds good, thanks!!

bossley9 commented 8 months ago

Now fixed in https://github.com/f-person/git-blame.nvim/pull/102! Not sure why this issue didn't automatically close