plugins/gitblame: init + test (#590)

This commit is contained in:
Adithya Nair 2023-09-17 15:29:58 +05:30 committed by GitHub
parent 9e6892e839
commit 358f5732f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 84 additions and 0 deletions

View file

@ -0,0 +1,19 @@
{
empty = {
plugins.gitblame.enable = true;
};
defaults = {
plugins.gitblame = {
enable = true;
messageTemplate = " <author> <date> <summary>";
dateFormat = "%c";
messageWhenNotCommitted = " Not Committed Yet";
highlightGroup = "Comment";
displayVirtualText = true;
delay = 0;
virtualTextColumn = null;
extmarkOptions = null;
};
};
}