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