feat: disable barbeque in netrw

This commit is contained in:
2024-06-17 15:31:10 +02:00
parent cc2af044dc
commit cffe2ec9f8

View File

@@ -99,6 +99,16 @@ return {
"SmiteshP/nvim-navic",
"nvim-tree/nvim-web-devicons", -- optional dependency
},
config = true
opts = {
---Whether to create winbar updater autocmd.
---
---@type boolean
create_autocmd = true,
---Filetypes not to enable winbar in.
---
---@type string[]
exclude_filetypes = { "netrw", "toggleterm" },
},
config = true,
},
}