diff options
author | christianchiarulli <[email protected]> | 2021-11-22 15:16:05 -0500 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-11-22 15:16:05 -0500 |
commit | 044b53a6fed7ed2c477870883857a9742a2e1b98 (patch) | |
tree | 8a7c11749e3080f2069c4bcfb59c2c05d831cc6a | |
parent | f3d7a94d8cb85a7c03eace8576ad7f9125147384 (diff) |
feat: decrease hide in width limit for lualine
-rw-r--r-- | lua/lvim/core/lualine/conditions.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lvim/core/lualine/conditions.lua b/lua/lvim/core/lualine/conditions.lua index 3ee4fbb8..6e120b26 100644 --- a/lua/lvim/core/lualine/conditions.lua +++ b/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() |