mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-09 14:45:58 +01:00
statusline/lualine: fix wrong type for nvim-navic
This commit is contained in:
parent
2d9c1b34c6
commit
87e8732461
1 changed files with 4 additions and 2 deletions
|
@ -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}")
|
||||
]
|
||||
];
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue