2023-04-21 14:25:24 +01:00
|
|
|
return {
|
|
|
|
"romgrk/barbar.nvim",
|
|
|
|
dependencies = "nvim-tree/nvim-web-devicons",
|
|
|
|
event = { "BufReadPre", "BufNewFile" },
|
|
|
|
init = function() vim.g.barbar_auto_setup = false end,
|
2023-04-24 11:41:54 +01:00
|
|
|
config = true,
|
|
|
|
opts = require "config.barbar",
|
2023-04-21 14:25:24 +01:00
|
|
|
version = "^1.0.0", -- optional: only update when a new 1.x version is released
|
|
|
|
}
|