adjusted spacing
This commit is contained in:
@@ -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 },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user