You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It is quite hard for new users to configure there telescopes. Configuration recipes in the wiki prove that setting up telescope to user liking is difficult and a bit complex, thus requiring a lot of investment/
Describe the solution you'd like
In setup method, the user shall be able to:
Setup configuration (mappings, layout, sorters ...) for individual pickers
Reference functions by string rather than requiring the actions/preview module
require'telescope'.setup({
defaults= {...};
pickers= {
git_status= { -- overrides git_statusprompt_prefix="git_status>",
mappings= {},
theme=dropdown,
},
dotfiles= { -- new custom pickerfunc="fd" -- that requires func to be definedprompt_prefix="dotfiles>",
cwd='path/to/dir',
theme=full, -- gets merged to picker opts
};
}
}
Is your feature request related to a problem? Please describe.
It is quite hard for new users to configure there telescopes. Configuration recipes in the wiki prove that setting up telescope to user liking is difficult and a bit complex, thus requiring a lot of investment/
Describe the solution you'd like
In setup method, the user shall be able to:
Describe alternatives you've considered
Currently the user need to define a custom, yet complex alternative to get individual pickers behaving or looking a certain way. For example, this is how my custom setup looks like https://gist.github.com/tami5/d49ac7f5fb6ce7d06788582446652760
While this setup serve my needs, new commers will need to copy and paste similar setups or be limited by design.
Additional context
#578
The text was updated successfully, but these errors were encountered: