Use advanced gitsigned and update mason conf

This commit is contained in:
Natercio Moniz
2025-05-15 16:29:34 +01:00
parent 5c00773b1b
commit e98bc6daba
2 changed files with 14 additions and 52 deletions

View File

@@ -6,6 +6,14 @@ return {
{
'lewis6991/gitsigns.nvim',
opts = {
signs = {
add = { text = '+' },
change = { text = '~' },
delete = { text = '_' },
topdelete = { text = '' },
changedelete = { text = '~' },
},
on_attach = function(bufnr)
local gitsigns = require 'gitsigns'