chore(all): change stuff in a lot of things
This commit is contained in:
parent
ce796e3c6e
commit
e189b6856a
13 changed files with 171 additions and 185 deletions
|
@ -60,9 +60,10 @@ function M.render()
|
|||
' ',
|
||||
prefix,
|
||||
table.concat(
|
||||
vim.iter.map(function(segment)
|
||||
vim.iter(vim.split(path, '/'))
|
||||
:map(function(segment)
|
||||
return string.format('%%#Winbar#%s', segment)
|
||||
end, vim.split(path, '/')),
|
||||
end):totable(),
|
||||
separator
|
||||
),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue