From 22490823a628ea7e07de989a7e09f0c2f14193d2 Mon Sep 17 00:00:00 2001 From: Chen Asraf Date: Sun, 8 Jun 2025 14:18:19 +0300 Subject: [PATCH] feat: add horizontal ellipsis unicode --- lua/telescope-glyph/init.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lua/telescope-glyph/init.lua b/lua/telescope-glyph/init.lua index 67430c2..66d9f56 100644 --- a/lua/telescope-glyph/init.lua +++ b/lua/telescope-glyph/init.lua @@ -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 }