local color = require('plugins.config.shared.color') require('hlchunk').setup { chunk = { chars = { horizontal_line = '─', vertical_line = '│', left_top = '╭', left_bottom = '╰', right_arrow = '─', }, style = { { fg = color.accent }, { fg = '#c21f30' }, -- This fg is used to highlight wrong chunk }, }, line_num = { style = color.accent, }, indent = { chars = { '│' }, }, blank = { enable = false, }, }