Explorar el Código

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

Jieru Mei hace 3 años
padre
commit
4378a775f1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lua/lvim/core/lualine/components.lua

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

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