my config yay

This commit is contained in:
Arsylk 2024-05-17 10:18:40 +02:00
parent d605b840a2
commit f4b595733a
32 changed files with 1108 additions and 715 deletions

View file

@ -0,0 +1,14 @@
return {
{
'lewis6991/gitsigns.nvim',
opts = {
signs = {
add = { text = '+' },
change = { text = '~' },
delete = { text = '_' },
topdelete = { text = '' },
changedelete = { text = '~' },
},
},
},
}