瀏覽代碼

fix: circle icons was being cut off for some fonts

Christian Chiarulli 2 年之前
父節點
當前提交
da6c70b7c0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lua/lvim/icons.lua

+ 1 - 1
lua/lvim/icons.lua

@@ -78,7 +78,7 @@ return {
     ChevronShortLeft = "",
     ChevronShortRight = "",
     ChevronShortUp = "",
-    Circle = "",
+    Circle = " ",
     Close = "󰅖",
     CloudDownload = "",
     Code = "",