[all] change stuff in a lot of things

This commit is contained in:
Afonso Franco 2024-05-26 16:18:00 +01:00
parent a929ef7de2
commit c17e4f87a8
Signed by: afonso
SSH key fingerprint: SHA256:PQTRDHPH3yALEGtHXnXBp3Orfcn21pK20t0tS1kHg54
14 changed files with 200 additions and 222 deletions

View file

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