diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-10 23:31:38 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-10 23:31:38 +0200 |
commit | a70bbd714f4967d6a5b81a163dbed8bac1157696 (patch) | |
tree | 0482fa21d9ae6b0749cef2b5dabb1b7aac577e9c | |
parent | 48315bc5d678c46503e0d2be999d2ffe1049067a (diff) |
Remove insane refresh on lualine
-rw-r--r-- | fnl/config/lualine.fnl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fnl/config/lualine.fnl b/fnl/config/lualine.fnl index 7701915..472f494 100644 --- a/fnl/config/lualine.fnl +++ b/fnl/config/lualine.fnl @@ -58,8 +58,7 @@ :disabled_filetypes disable :ignore_focus ignore :always_divide_middle true - :globalstatus true - :refresh {:statusline 50}} + :globalstatus true} :sections {:lualine_a [:mode] :lualine_b [branch diff] :lualine_c {} |