chore: remove comment

This commit is contained in:
fm39hz-workstation 2024-05-28 01:06:48 +07:00
parent ff5d75e500
commit 16d755f4ff

View file

@ -18,7 +18,7 @@ return {
}, },
winbar = { winbar = {
enabled = true, enabled = true,
name_formatter = function(term) -- term: Terminal name_formatter = function(term)
return term.name return term.name
end, end,
}, },