From 210a3fd7734cb5ffcc21ed26a502006e9633a050 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Fri, 29 Jul 2022 18:27:48 +0200 Subject: Update lualine --- fnl/config/lualine.fnl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'fnl/config/lualine.fnl') diff --git a/fnl/config/lualine.fnl b/fnl/config/lualine.fnl index a084d63..87aaf94 100644 --- a/fnl/config/lualine.fnl +++ b/fnl/config/lualine.fnl @@ -38,7 +38,7 @@ (def- branch {1 "b:gitsigns_head" :icon " " :cond hide-in-width}) -(def- filetype {1 :filetype :colored false :cond hide_in_width :color {}}) +(def- filetype {1 :filetype :colored false :cond hide_in_width}) (def- language-server {1 active-clients :cond hide_in_width}) @@ -47,7 +47,8 @@ :component_separators {:left "" :right ""} :section_separators {:left "" :right ""} :disabled_filetypes ignore - :always_divide_middle true} + :always_divide_middle true + :globalstatus true} :sections {:lualine_a [:mode] :lualine_b [branch diff] :lualine_c {} @@ -59,7 +60,7 @@ :lualine_c {} :lualine_x {} :lualine_y {} - :lualine_z [:location :progress :encoding]} - :extensions {}}) + :lualine_z [:location :progress]} + :extensions []}) (util.use-config :lualine opts) -- cgit v1.2.3-70-g09d2