Skip to content

feat(duplicates): add default_duplicate_prefix option#1022

Open
n-crespo wants to merge 1 commit intoakinsho:mainfrom
n-crespo:default_duplicate_prefix
Open

feat(duplicates): add default_duplicate_prefix option#1022
n-crespo wants to merge 1 commit intoakinsho:mainfrom
n-crespo:default_duplicate_prefix

Conversation

@n-crespo
Copy link
Copy Markdown

Exposes a config option to change the default text of "(duplicated) " shown when buffers/tabpages have no other way to be differentiated. Addresses #998.

return {
  "akinsho/bufferline.nvim",
  opts = {
    options = {
      default_duplicate_prefix = "(duplicated) ",
    }
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant