fix: hide clock and file encoding on small windows
This commit is contained in:
parent
b4c428a89d
commit
e23ca58ca2
1 changed files with 2 additions and 2 deletions
|
|
@ -67,11 +67,11 @@ return {
|
|||
},
|
||||
lualine_x = {
|
||||
-- specify full list of elements when adding custom things
|
||||
{ "encoding" },
|
||||
{ "encoding", cond = hide_in_width },
|
||||
{ "fileformat" },
|
||||
{ "filetype" },
|
||||
{ lsp_clients, cond = hide_in_width },
|
||||
{ clock, cond = hide_in_width },
|
||||
--{ clock, cond = hide_in_width },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue