From efa466a99add5fad498e4868ca4b37294e4d8307 Mon Sep 17 00:00:00 2001 From: ChristianChiarulli Date: Wed, 21 Sep 2022 14:05:19 -0400 Subject: fix: lualine filetype padding --- lua/lvim/core/lualine/components.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/lvim/core/lualine/components.lua') diff --git a/lua/lvim/core/lualine/components.lua b/lua/lvim/core/lualine/components.lua index f52502dc..75de300a 100644 --- a/lua/lvim/core/lualine/components.lua +++ b/lua/lvim/core/lualine/components.lua @@ -154,7 +154,7 @@ return { color = {}, cond = conditions.hide_in_width, }, - filetype = { "filetype", cond = conditions.hide_in_width }, + filetype = { "filetype", cond = conditions.hide_in_width, padding = { left = 0, right = 1 } }, scrollbar = { function() local current_line = vim.fn.line "." -- cgit v1.2.3