---@type LazySpec local spec = { "rbtnn/vim-ambiwidth", init = function() vim.g.ambiwidth_cica_enabled = false vim.g.ambiwidth_add_list = { { 0x23fb, 0x23fe, 2 }, { 0xe000, 0xe00a, 2 }, { 0xe0a0, 0xe0a2, 2 }, { 0xe0a3, 0xe0a3, 2 }, { 0xe0b0, 0xe0b3, 2 }, { 0xe0b4, 0xe0c8, 2 }, { 0xe0ca, 0xe0ca, 2 }, { 0xe0cc, 0xe0d4, 2 }, { 0xe200, 0xe2a9, 2 }, { 0xe300, 0xe3eb, 2 }, { 0xe5fa, 0xe62d, 2 }, { 0xe62f, 0xe631, 2 }, { 0xe700, 0xe7c5, 2 }, { 0xea60, 0xebeb, 2 }, { 0xf000, 0xf2e0, 2 }, { 0xf300, 0xf314, 2 }, { 0xf317, 0xf31a, 2 }, { 0xf31d, 0xf32f, 2 }, { 0xf400, 0xf4a8, 2 }, { 0xf4a9, 0xf4a9, 2 }, { 0xf500, 0xfd46, 2 }, } end, } return spec