Skip to content

Make config universal #168

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

myarcana
Copy link
Contributor

I had

require("telescope").setup {
    extensions = {
        project = {
            hidden_files = true, -- default: false
            display_type = 'full', -- default is 'minimal' which only shows name but not path
            hide_workspace = true, -- default: false
        },
    },

In my vimrc for the longest time without noticing my settings weren't having any effects.

In taking a look at @akkaargh's comment in #165, I noticed that there were two types of settings for this plugin: picker-time settings and setup-time settings.

Actually, it seems like all options make sense to be able to apply both at setup time and at picker-open time, so I've merged them.

After this PR, my config will start to work as I had originally expected it to.

@claidler
Copy link
Collaborator

Sorry @myarcana I missed this one, and now there are conflicts. If you're able to resolve the conflicts - run it locally without issues, I will re-review and merge. Thanks

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.

2 participants