fix: display winbar even when it is empty

This commit is contained in:
Frothy 2023-07-21 12:59:45 -04:00
parent 4301ade29a
commit 5a2b13c291
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,8 @@ in {
{ {
"navic", "navic",
color_correction = nil, color_correction = nil,
navic_opts = nil navic_opts = nil,
draw_empty = true
} }
} }
}, },