VSCode-style blame messages, with gC to go to commit URL

This commit is contained in:
Haak Saxberg 2023-02-08 00:17:46 -08:00
parent 4d6ea43d2b
commit c2f583e413

View file

@ -74,6 +74,13 @@ with builtins;
''; '';
} }
vim-surround vim-surround
{
plugin = git-blame-nvim;
config = ''
let g:gitblame_date_format = '%Y-%m-%d'
nnoremap gC :GitBlameOpenCommitURL<CR>
'';
}
{ {
plugin = neogit; plugin = neogit;
config = '' config = ''