mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00: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},
|
lualine_z = ${cfg.inactiveSection.z},
|
||||||
},
|
},
|
||||||
tabline = {},
|
tabline = {},
|
||||||
|
winbar = {
|
||||||
|
lualine_c = {
|
||||||
|
{
|
||||||
|
"navic",
|
||||||
|
color_correction = nil,
|
||||||
|
navic_opts = nil
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
extensions = {${
|
extensions = {${
|
||||||
if (config.vim.filetree.nvimTreeLua.enable)
|
if (config.vim.filetree.nvimTreeLua.enable)
|
||||||
then "\"nvim-tree\""
|
then "\"nvim-tree\""
|
||||||
|
|
Loading…
Reference in a new issue