return { "romgrk/barbar.nvim", dependencies = { "nvim-tree/nvim-web-devicons" }, event = "VeryLazy", init = function () vim.g.barbar_auto_setup = false end, opts = { no_name_title = "New Tab", }, keys = { { "", "BufferPrevious" }, { "", "BufferNext" }, { "", "BufferMovePrevious" }, { ">", "BufferMoveNext" }, { "", "BufferGoto 1" }, { "", "BufferGoto 2" }, { "", "BufferGoto 3" }, { "", "BufferGoto 4" }, { "", "BufferGoto 5" }, { "", "BufferGoto 6" }, { "", "BufferGoto 7" }, { "", "BufferGoto 8" }, { "", "BufferGoto 9" }, { "", "BufferClose" }, { "", "BufferRestore" }, }, }