From a79e27a7433af9c7cc7a8c13f44332d00e1fb827 Mon Sep 17 00:00:00 2001 From: jannawro Date: Tue, 14 Nov 2023 09:36:22 +0100 Subject: [PATCH] more config for lualine --- init.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.lua b/init.lua index aad3add2..f2ad4c29 100644 --- a/init.lua +++ b/init.lua @@ -178,6 +178,8 @@ require('lazy').setup({ theme = 'catppuccin', component_separators = '|', section_separators = '', + globalstatus = true, + ignore_focues = { 'neo-tree', 'neo-tree-popup' } }, sections = { lualine_a = { 'mode' },