From f9392f64be53852bfda7b9c75a9d06e7862656b7 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Tue, 2 Jun 2026 13:43:02 +0200 Subject: [PATCH] fix: lualine popping up on telescope --- nvim/lua/plugins/style/lualine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/lua/plugins/style/lualine.lua b/nvim/lua/plugins/style/lualine.lua index daa1033..a7f7169 100755 --- a/nvim/lua/plugins/style/lualine.lua +++ b/nvim/lua/plugins/style/lualine.lua @@ -21,7 +21,7 @@ return { statusline = {}, winbar = {}, }, - ignore_focus = { "neo-tree" }, + ignore_focus = { "neo-tree", "TelescopePrompt" }, always_divide_middle = true, globalstatus = false, refresh = {