adjusted spacing
This commit is contained in:
@@ -213,7 +213,7 @@ end
|
|||||||
|
|
||||||
local FileType = {
|
local FileType = {
|
||||||
provider = function()
|
provider = function()
|
||||||
return " " .. vim.bo.filetype .. " "
|
return vim.bo.filetype
|
||||||
end,
|
end,
|
||||||
hl = { fg = colors.fg, bg = colors.bg },
|
hl = { fg = colors.fg, bg = colors.bg },
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user