feat: disable barbeque in netrw
This commit is contained in:
@@ -99,6 +99,16 @@ return {
|
|||||||
"SmiteshP/nvim-navic",
|
"SmiteshP/nvim-navic",
|
||||||
"nvim-tree/nvim-web-devicons", -- optional dependency
|
"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,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user