summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-29 18:27:48 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-29 18:27:48 +0200
commit210a3fd7734cb5ffcc21ed26a502006e9633a050 (patch)
treea658900bc44da336dfe2fd2918b8cec8ae0d130d /fnl
parentaf8dfa6c9318d59e2abc547d1ffd4e0b22186047 (diff)
Update lualine
Diffstat (limited to 'fnl')
-rw-r--r--fnl/config/lualine.fnl9
1 files changed, 5 insertions, 4 deletions
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)