Skip to content

Files

Latest commit

 

History

History
14 lines (8 loc) · 277 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 277 Bytes

nvim-git-blame-line

A very simple plugin to show git blame info for the current line using neovim's virtual text (extmarks).

It's basically a lua port of https://github.com/tveskag/nvim-blame-line.

Installation

Using lazy:

{ rsvargas/nvim-git-blame-line }