Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove duplicate item in colorscheme #2951

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

fcying
Copy link
Contributor

@fcying fcying commented Feb 27, 2024

Description

When using lazy.nvim's lazy loading colorscheme, Telescope's colorscheme cannot see the lazily loaded colorscheme.
In this case, I used the colors parameter to add the colorscheme.

require("telescope.builtin").colorscheme({
    colors = {"rose-pine-dawn", "everforest", }
})

If I open the Telescope's colorscheme twice(first time select rose-pine-dawn), duplicate entries will appear.
1
2

  • My code follows the style guidelines of this project (stylua)
  • I have performed a self-review of my own code

@jamestrew jamestrew merged commit 04dfe37 into nvim-telescope:master Mar 18, 2024
6 checks passed
@jamestrew
Copy link
Contributor

thanks!

@jamestrew jamestrew added the backport-0.1.x PR to be backported to 0.1.x (Neovim 0.7 compat) label Mar 18, 2024
Weyaaron pushed a commit to Weyaaron/telescope.nvim that referenced this pull request Apr 7, 2024
lucascdn pushed a commit to lucascdn/telescope.nvim that referenced this pull request Apr 29, 2024
Conni2461 pushed a commit that referenced this pull request May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-0.1.x PR to be backported to 0.1.x (Neovim 0.7 compat)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants