mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-09 14:45:58 +01:00
feat: display breadcrumbs on winbar
This commit is contained in:
parent
14179505b3
commit
41584157eb
1 changed files with 9 additions and 0 deletions
|
@ -49,6 +49,15 @@ in {
|
|||
lualine_z = ${cfg.inactiveSection.z},
|
||||
},
|
||||
tabline = {},
|
||||
winbar = {
|
||||
lualine_c = {
|
||||
{
|
||||
"navic",
|
||||
color_correction = nil,
|
||||
navic_opts = nil
|
||||
}
|
||||
}
|
||||
},
|
||||
extensions = {${
|
||||
if (config.vim.filetree.nvimTreeLua.enable)
|
||||
then "\"nvim-tree\""
|
||||
|
|
Loading…
Reference in a new issue