浏览代码

fix(lualine): compacter size for treesitter icon (#2247)

Jieru Mei 3 年之前
父节点
当前提交
4378a775f1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lua/lvim/core/lualine/components.lua

+ 1 - 1
lua/lvim/core/lualine/components.lua

@@ -74,7 +74,7 @@ return {
     function()
     function()
       local b = vim.api.nvim_get_current_buf()
       local b = vim.api.nvim_get_current_buf()
       if next(vim.treesitter.highlighter.active[b]) then
       if next(vim.treesitter.highlighter.active[b]) then
-        return "  "
+        return ""
       end
       end
       return ""
       return ""
     end,
     end,