add gitsigns in blace of gitgutter and git-blame

This commit is contained in:
2024-12-18 11:36:49 +02:00
parent c49b758e86
commit 6871470b6c
5 changed files with 31 additions and 46 deletions
+11
View File
@@ -0,0 +1,11 @@
return {
"lewis6991/gitsigns.nvim",
opts = {
current_line_blame = true,
attach_to_untracked = true,
current_line_blame_opts = {
delay = 500,
},
}
}