dev: make the permanent rendering of breadcrumbs optional

This commit is contained in:
raf 2023-07-21 22:35:05 +03:00
commit 260f9e7e8b
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
2 changed files with 9 additions and 1 deletions

View file

@ -55,7 +55,7 @@ in {
"navic",
color_correction = nil,
navic_opts = nil,
draw_empty = true
draw_empty = ${toString config.vim.ui.breadcrumbs.alwaysRender}
}
}
},