From 378b40bafd41e2ced48171ded1546fb6500a55b2 Mon Sep 17 00:00:00 2001 From: rizkyilhampra Date: Sun, 11 Feb 2024 21:40:05 +0800 Subject: [PATCH] chore(Lualine): disable when toggleterm --- lua/aquila/plugins/lualine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/aquila/plugins/lualine.lua b/lua/aquila/plugins/lualine.lua index 2398953..51a0029 100644 --- a/lua/aquila/plugins/lualine.lua +++ b/lua/aquila/plugins/lualine.lua @@ -7,7 +7,7 @@ return { options = { globalstatus = true, disabled_filetypes = { - statusline = { "alpha", "neo-tree", "TelescopePrompt" } + statusline = { "alpha", "neo-tree", "TelescopePrompt", "toggleterm" } }, component_separators = '|', -- section_separators = { left = '', right = '' },