From 6523ac3f9f652ce8d19a56bda3c11ac61e681031 Mon Sep 17 00:00:00 2001 From: Henry Denny Date: Mon, 18 Mar 2024 21:40:37 +0000 Subject: [PATCH] Update `lualine` options. --- lua/custom/plugins/theme.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/custom/plugins/theme.lua b/lua/custom/plugins/theme.lua index b2dbb1fa..82909a03 100644 --- a/lua/custom/plugins/theme.lua +++ b/lua/custom/plugins/theme.lua @@ -27,6 +27,7 @@ return { theme = 'auto', component_separators = { left = '', right = '' }, section_separators = { left = '', right = '' }, + globalstatus = true, }, sections = { lualine_x = { 'filetype', 'tabnine' } } },