Przeglądaj źródła

fix(icons): add some whitespace to the boolean icon (#4163)

Co-authored-by: LostNeophyte <lostneophyte@tuta.io>
Christian Chiarulli 2 lat temu
rodzic
commit
af2db622d7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      lua/lvim/core/breadcrumbs.lua

+ 1 - 1
lua/lvim/core/breadcrumbs.lua

@@ -38,7 +38,7 @@ M.config = function()
     options = {
       icons = {
         Array = icons.Array .. " ",
-        Boolean = icons.Boolean,
+        Boolean = icons.Boolean .. " ",
         Class = icons.Class .. " ",
         Color = icons.Color .. " ",
         Constant = icons.Constant .. " ",