mirror of
https://github.com/chenasraf/telescope-glyph.nvim.git
synced 2026-05-17 17:38:05 +00:00
feat: add vertical ellipsis unicode
This commit is contained in:
@@ -23732,11 +23732,17 @@ local glyphs = {
|
||||
description = "Heavy up light down",
|
||||
},
|
||||
{
|
||||
name = "U+2026"
|
||||
name = "U+2026",
|
||||
value = "…",
|
||||
category = "Unicode",
|
||||
description = "Horizontal ellipsis"
|
||||
}
|
||||
description = "Horizontal ellipsis",
|
||||
},
|
||||
{
|
||||
name = "U+22EE",
|
||||
value = "⋮",
|
||||
category = "Unicode",
|
||||
description = "Vertical ellipsis",
|
||||
},
|
||||
}
|
||||
|
||||
return { glyphs = glyphs }
|
||||
|
||||
Reference in New Issue
Block a user