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