浏览代码

adding a missing space on icon. (#362)

Francisco Suárez 4 年之前
父节点
当前提交
d4a3e948a0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lua/lv-galaxyline/init.lua

+ 1 - 1
lua/lv-galaxyline/init.lua

@@ -126,7 +126,7 @@ gls.right[5] = {
             if tbl[vim.bo.filetype] then return false end
             if tbl[vim.bo.filetype] then return false end
             return true
             return true
         end,
         end,
-        icon = ' ',
+        icon = '  ',
         highlight = {colors.grey, colors.bg}
         highlight = {colors.grey, colors.bg}
     }
     }
 }
 }