show git blame on current line

This commit is contained in:
Adithya 2023-08-06 18:50:05 +05:30
parent 87720f6ee7
commit a759a93dc2
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -72,6 +72,8 @@
}; };
gitsigns = { gitsigns = {
enable = true; enable = true;
currentLineBlame = true;
currentLineBlameOpts.delay = 100;
}; };
neo-tree = { neo-tree = {
enable = true; enable = true;