fix: hide clock and file encoding on small windows

This commit is contained in:
Oliver Ladner 2024-07-30 13:46:40 +02:00
commit e23ca58ca2

View file

@ -67,11 +67,11 @@ return {
}, },
lualine_x = { lualine_x = {
-- specify full list of elements when adding custom things -- specify full list of elements when adding custom things
{ "encoding" }, { "encoding", cond = hide_in_width },
{ "fileformat" }, { "fileformat" },
{ "filetype" }, { "filetype" },
{ lsp_clients, cond = hide_in_width }, { lsp_clients, cond = hide_in_width },
{ clock, cond = hide_in_width }, --{ clock, cond = hide_in_width },
}, },
}, },
}, },