chore: remove comment

This commit is contained in:
fm39hz-workstation 2024-05-28 01:06:48 +07:00 committed by fm39hz-laptop
parent af4ec89978
commit 92c3626e78

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,
}, },