-
{ "sairajchouhan/blame.nvim", opts = {}, }
-
use({ "sairajchouhan/blame.nvim", config = function() require("blame").setup() end, })
There are 4 user commands
BlameLine
- shows git blame of current line and updates blame if cursor position changesBlameLineOff
- turns of the git blameBlameLineToggle
- toggles blame on and offBlameLineOnce
- shows blame for current line just once, does not update blame when cursor position changes;