Explorar o código

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

Jieru Mei %!s(int64=3) %!d(string=hai) anos
pai
achega
4378a775f1
Modificáronse 1 ficheiros con 1 adicións e 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,