fix: correct condition check for neovim_updater_term filetype

This commit is contained in:
2024-09-21 07:59:41 -04:00
parent 080994493d
commit e3cea1a9f1
+3
View File
@@ -301,6 +301,9 @@ return { -- Lualine
require("nvim_updater").show_new_commits(true)
end,
padding = { left = 1, right = 1 },
cond = function()
return not vim.bo.filetype == "neovim_updater_term"
end,
},
},
lualine_y = {