add gitsigns in blace of gitgutter and git-blame

This commit is contained in:
2024-11-19 10:10:00 +02:00
parent c49b758e86
commit 6871470b6c
5 changed files with 31 additions and 46 deletions

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,
},
}
}