Skip to content

simple plugin to show git blame in floating window for neovim

License

Notifications You must be signed in to change notification settings

ring0-rootkit/gitblame.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

About

This plugins adds only one command :Gitblame. This command shows git blame info about currently focused line

Screenshot

image

Installation

Lazy:

{
    "ring0-rootkit/gitblame.nvim",
    opts = {},
}

Also, you can add simple remap to use it:

vim.keymap.set("n", "<leader>b", ":Gitblame<CR>")

You can install it using other plugin managers, but I'm too lazy to add instructions for them (you'll figure it out)

Dependencies

git

About

simple plugin to show git blame in floating window for neovim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages