🔧 Subtle changes for optimizing
This commit is contained in:
parent
5e7afd99ec
commit
ff84555c7a
2 changed files with 7 additions and 2 deletions
|
|
@ -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,
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue