refactor(nvim): remove duplicate gitsigns plugin def

This commit is contained in:
Price Hiller 2024-06-23 05:27:27 -05:00
parent 3eb9864112
commit ad8e26fe6c
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -1,14 +1,4 @@
return {
{
"lewis6991/gitsigns.nvim",
event = { "BufReadPre", "BufNewFile" },
opts = {
current_line_blame = true,
current_line_blame_opts = {
delay = 0,
},
},
},
{
"sindrets/diffview.nvim",
keys = {