statusline/lualine: fix wrong type for nvim-navic

This commit is contained in:
NotAShelf 2024-04-06 19:14:47 +03:00
parent 2d9c1b34c6
commit 87e8732461
No known key found for this signature in database
GPG Key ID: 02D1DD3FA08B6B29
1 changed files with 4 additions and 2 deletions

View File

@ -23,8 +23,10 @@ in {
vim.statusline.lualine.setupOpts = {
# TODO: rewrite in new syntax
winbar.lualine_c = [
"navic"
(mkLuaInline "draw_empty = ${boolToString config.vim.ui.breadcrumbs.alwaysRender}")
[
"navic"
(mkLuaInline "draw_empty = ${boolToString config.vim.ui.breadcrumbs.alwaysRender}")
]
];
};
})