Skip to content

Commit

Permalink
make sure to exclude noice cmdline from breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
abzcoding committed Oct 13, 2022
1 parent b94e266 commit 66378a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.lua
Expand Up @@ -91,6 +91,9 @@ if lvim.builtin.winbar_provider == "navic" then
lvim.builtin.bufferline.active = false
lvim.builtin.breadcrumbs.active = true
end
if lvim.builtin.breadcrumbs.active and lvim.builtin.noice.active then
table.insert(lvim.builtin.breadcrumbs.winbar_filetype_exclude, "vim")
end
lvim.builtin.nvimtree.active = lvim.builtin.tree_provider == "nvimtree"
lvim.builtin.latex = {
view_method = "skim", -- change to zathura if you are on linux
Expand Down

0 comments on commit 66378a1

Please sign in to comment.