fix
This commit is contained in:
parent
7323ed790c
commit
e13f982d3f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue