mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
chore: remove comment
This commit is contained in:
parent
ff5d75e500
commit
16d755f4ff
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue