mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 19:11:15 +00:00
fix: use boolToString on boolean
This commit is contained in:
parent
459a0bf7c5
commit
e721456fe3
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ in {
|
||||||
lualine_c = {
|
lualine_c = {
|
||||||
{
|
{
|
||||||
"navic",
|
"navic",
|
||||||
draw_empty = ${toString config.vim.ui.breadcrumbs.alwaysRender}
|
draw_empty = ${boolToString config.vim.ui.breadcrumbs.alwaysRender}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue