feat: add gitsigns

This commit is contained in:
Devin Haska 2024-05-09 13:04:52 -07:00
parent 2bc897ece0
commit 5da9fe2210
2 changed files with 15 additions and 0 deletions

View file

@ -153,5 +153,19 @@ return {
keys = {
{ "<leader>gg", "<cmd>LazyGit<cr>", desc = "LazyGit" }
}
},
{
"lewis6991/gitsigns.nvim",
event = "VeryLazy",
opts = {
signs = {
add = { text = "" },
change = { text = "" },
delete = { text = "" },
topdelete = { text = "" },
changedelete = { text = "" },
untracked = { text = "" },
},
}
}
}