local function config() local gitsigns = require('gitsigns') gitsigns.setup({ signs = { add = { text = '▎' }, change = { text = '▎' }, delete = { text = '' }, topdelete = { text = '' }, changedelete = { text = '▎' }, }, attach_to_untracked = true, }) end return config