This commit is contained in:
Dario48true 2025-04-20 14:02:08 +02:00
parent 7323ed790c
commit e13f982d3f

View file

@ -9,7 +9,7 @@ function M.statusline(options)
local id = api.nvim_create_namespace("darioline")
api.nvim_set_hl_ns(id)
if options then
if not (options == nil) and not (options.custom == nil) then
for part in options.custom do
table.insert(parts, part.text)
for types in part.types do