add gitsigns in blace of gitgutter and git-blame
This commit is contained in:
11
lua/crentist/lazy/gitsigns.lua
Normal file
11
lua/crentist/lazy/gitsigns.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
return {
|
||||
"lewis6991/gitsigns.nvim",
|
||||
opts = {
|
||||
current_line_blame = true,
|
||||
attach_to_untracked = true,
|
||||
current_line_blame_opts = {
|
||||
delay = 500,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user