fix: correct condition check for neovim_updater_term filetype
This commit is contained in:
@@ -301,6 +301,9 @@ return { -- Lualine
|
|||||||
require("nvim_updater").show_new_commits(true)
|
require("nvim_updater").show_new_commits(true)
|
||||||
end,
|
end,
|
||||||
padding = { left = 1, right = 1 },
|
padding = { left = 1, right = 1 },
|
||||||
|
cond = function()
|
||||||
|
return not vim.bo.filetype == "neovim_updater_term"
|
||||||
|
end,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
lualine_y = {
|
lualine_y = {
|
||||||
|
|||||||
Reference in New Issue
Block a user