Explorar el Código

fix: circle icons was being cut off for some fonts

Christian Chiarulli hace 2 años
padre
commit
da6c70b7c0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 = "",