Bladeren bron

fix(lualine): little more padding

ChristianChiarulli 2 jaren geleden
bovenliggende
commit
4a48232ee0
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      lua/lvim/core/lualine/components.lua

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

@@ -154,7 +154,7 @@ return {
     color = {},
     cond = conditions.hide_in_width,
   },
-  filetype = { "filetype", cond = conditions.hide_in_width, padding = { left = 0, right = 1 } },
+  filetype = { "filetype", cond = conditions.hide_in_width, padding = { left = 1, right = 2 } },
   scrollbar = {
     function()
       local current_line = vim.fn.line "."