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

Doesn't see glob_pattern #62

Open
karambaq opened this issue Jul 8, 2023 · 0 comments
Open

Doesn't see glob_pattern #62

karambaq opened this issue Jul 8, 2023 · 0 comments

Comments

@karambaq
Copy link

karambaq commented Jul 8, 2023

I'm trying to create shortcuts to search specific types of objects and managed to create this:

    {
      "<leader>fu",
      -- function() require("telescope.builtin").live_grep {
      function() require("telescope").extensions.live_grep_args.live_grep_args {
          glob_pattern = "{**/urls.py,**/urls/**}",
        }
      end,
      desc = "Live grep in project urls",
    },

However, this doesn't work, while with builtin live_grep it is, what I'm doing wrong?

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

No branches or pull requests

1 participant