vim.opt.termguicolors = true

lvim.builtin.bufferline = {
  options = {
    mode = "buffers",
    separator_style = "slant",
    offsets = {
      {
        filetype = "NeoTree",
        text = "File Explorer",
        highlight = "Directory",
        separator = true,
      }
    }
  }
}