🔧 Subtle changes for optimizing

This commit is contained in:
z3rOR0ne 2025-03-28 20:03:57 -07:00
parent 5e7afd99ec
commit ff84555c7a
2 changed files with 7 additions and 2 deletions

View file

@ -6,7 +6,12 @@ require("lualine").setup({
options = { theme = "nord" },
sections = {
lualine_x = {
{ show_codeium_status },
{
show_codeium_status,
cond = function()
return vim.bo.filetype ~= "TelescopePrompt"
end,
},
},
},
})