chore: remove gitsigns

This commit is contained in:
2026-02-22 14:40:16 +01:00
parent 729edfb8c1
commit 9fef541628
3 changed files with 0 additions and 22 deletions
-20
View File
@@ -1,20 +0,0 @@
-- Adds git related signs to the gutter, as well as utilities for managing changes
return {
'lewis6991/gitsigns.nvim',
opts = {
signs = {
add = { text = '+' },
change = { text = '~' },
delete = { text = '_' },
topdelete = { text = '' },
changedelete = { text = '~' },
},
signs_staged = {
add = { text = '+' },
change = { text = '~' },
delete = { text = '_' },
topdelete = { text = '' },
changedelete = { text = '~' },
},
},
}