Browse Source

feat: decrease hide in width limit for lualine

christianchiarulli 3 năm trước cách đây
mục cha
commit
044b53a6fe
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lua/lvim/core/lualine/conditions.lua

+ 1 - 1
lua/lvim/core/lualine/conditions.lua

@@ -1,4 +1,4 @@
-local window_width_limit = 80
+local window_width_limit = 70
 
 local conditions = {
   buffer_not_empty = function()