Is there any option to set default theme for each and every picker in telescope #3596
Unanswered
harshv5094
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
@harshv5094 it's not exactly what you're asking for, but I was wondering the same and found that this works pretty well: require('telescope').setup {
defaults = {
layout_strategy = 'bottom_pane'
}
}
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using the roundabout way in my neovim config to use
ivyas default theme. Is there any common option to set the picker theme toivyby default?Beta Was this translation helpful? Give feedback.
All reactions