diff --git a/lua/weeheavy/plugins/lualine.lua b/lua/weeheavy/plugins/lualine.lua index 5dfe50d..c24416b 100644 --- a/lua/weeheavy/plugins/lualine.lua +++ b/lua/weeheavy/plugins/lualine.lua @@ -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 }, }, }, },