feat: display breadcrumbs on winbar

This commit is contained in:
NotAShelf 2023-07-19 23:05:38 +03:00
parent 14179505b3
commit 41584157eb
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29

View file

@ -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\""