This commit is contained in:
clowiie 2024-11-14 13:45:16 +07:00
parent 2ba39c6973
commit 771719ed07
29 changed files with 1190 additions and 831 deletions

View file

@ -0,0 +1,14 @@
return {
-- See `:help gitsigns` to understand what the configuration keys do
-- Adds git related signs to the gutter, as well as utilities for managing changes
'lewis6991/gitsigns.nvim',
opts = {
-- signs = {
-- add = { text = '+' },
-- change = { text = '~' },
-- delete = { text = '_' },
-- topdelete = { text = '‾' },
-- changedelete = { text = '~' },
-- },
},
}