Skip to content

RandomHumanoidFromEarth/nvim-git-blame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nvim-git-blame

This plugin opens a simple git blame in split view.
Good for getting started with lua and nvim-plugins.
Open for improvements and contributions.

Installation with Packer

use 'RandomHumanoidFromEarth/nvim-git-blame'

Configuration

# ~/.config/nvim/init.lua
vim.keymap.set('normal', '<C-b>', ':GitBlameToggle<CR>'

Development

On NixOS

  • Run nix develop
  • Use run-lint and run-test alias

On Debian

  • sudo apt update && sudo apt install lua-check luarocks
  • luarocks --local install luaunit
  • lint: luacheck --config .luacheckrc .
  • test: lua test/init.lua