return { { 'akinsho/bufferline.nvim', config = function () require('bufferline').setup { options = { separator_style = "thin", indicator = { style = "none" }, diagnostics = "nvim_lsp", always_show_bufferline = false, offsets = { { filetype = "neo-tree", text = "Explorer", highlight = "directory", separator = false } } } } end, dependencies = { 'nvim-tree/nvim-web-devicons', }, }, }