mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
Merge pull request #128 from horriblename/fix-breadcrumbs
fix: use boolToString on boolean
This commit is contained in:
commit
cfe598ec1f
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