adjusted spacing

This commit is contained in:
2025-11-17 22:03:34 +01:00
parent 8a65a99866
commit 78e1e7adbd

View File

@@ -213,7 +213,7 @@ end
local FileType = {
provider = function()
return " " .. vim.bo.filetype .. " "
return vim.bo.filetype
end,
hl = { fg = colors.fg, bg = colors.bg },
}