Change to not use luaeval and set background colour for statusline.

This commit is contained in:
Saeed Afzal
2025-02-26 23:01:41 +00:00
parent fb105a717b
commit e2a7438807

View File

@@ -35,4 +35,6 @@ function StatusLine()
}
end
o.statusline = "%!luaeval('StatusLine()')"
o.statusline = "%!v:lua.StatusLine()"
api.nvim_set_hl(0, "StatusLine", { bg = "#1D293D", fg = "#CAD5E2" })