VSCode-style blame messages, with gC to go to commit URL
This commit is contained in:
parent
4d6ea43d2b
commit
c2f583e413
1 changed files with 7 additions and 0 deletions
|
|
@ -74,6 +74,13 @@ with builtins;
|
|||
'';
|
||||
}
|
||||
vim-surround
|
||||
{
|
||||
plugin = git-blame-nvim;
|
||||
config = ''
|
||||
let g:gitblame_date_format = '%Y-%m-%d'
|
||||
nnoremap gC :GitBlameOpenCommitURL<CR>
|
||||
'';
|
||||
}
|
||||
{
|
||||
plugin = neogit;
|
||||
config = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue