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

Telescope theme / layouts are broken #4534

Closed
githorse opened this issue Mar 23, 2024 · 2 comments
Closed

Telescope theme / layouts are broken #4534

githorse opened this issue Mar 23, 2024 · 2 comments
Labels
bug Something isn't working stale

Comments

@githorse
Copy link

Problem description

When I try to modify anything about the Telescope layout, the boxes are no longer correctly rendered. For instance, if I do this

lvim.builtin.telescope.pickers.find_files = {
  layout_strategy = "horizontal",
  layout_config = {
    width = 0.8
  }
}

I get this:

image

I can resolve the issue with:

lvim.builtin.telescope.theme = nil

as suggested in #4464, but I'm opening this new issue because that existing issue 1) specifies vertical layouts, when the problem is more general; and 2) is closed, even though the bug is not resolved in the latest Lvim.

LunarVim version

release-1.3/neovim-0.9-d1c1bace

Neovim version (>= 0.9.1)

0.9.5

Terminal name

MacOS Terminal

Operating system/version

MacOS

Steps to reproduce

No response

Screenshots

No response

@githorse githorse added the bug Something isn't working label Mar 23, 2024
Copy link
Contributor

This issue is stale because it has been open for 50 days with no activity.

@github-actions github-actions bot added the stale label May 28, 2024
@kylo252
Copy link
Collaborator

kylo252 commented May 28, 2024

you should supply the entire theme instead

lvim.builtin.telescope.theme = "center" -- or any other supported theme like "ivy"

@kylo252 kylo252 closed this as completed May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale
Projects
None yet
Development

No branches or pull requests

2 participants