This plugin opens a simple git blame in split view.
Good for getting started with lua and nvim-plugins.
Open for improvements and contributions.
use 'RandomHumanoidFromEarth/nvim-git-blame'
# ~/.config/nvim/init.lua
vim.keymap.set('normal', '<C-b>', ':GitBlameToggle<CR>'
On NixOS
- Run
nix develop
- Use
run-lint
andrun-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