Change to not use luaeval and set background colour for statusline.
This commit is contained in:
@@ -35,4 +35,6 @@ function StatusLine()
|
|||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
o.statusline = "%!luaeval('StatusLine()')"
|
o.statusline = "%!v:lua.StatusLine()"
|
||||||
|
|
||||||
|
api.nvim_set_hl(0, "StatusLine", { bg = "#1D293D", fg = "#CAD5E2" })
|
||||||
|
|||||||
Reference in New Issue
Block a user