We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to create shortcuts to search specific types of objects and managed to create this:
However, this doesn't work, while with builtin live_grep it is, what I'm doing wrong?
The text was updated successfully, but these errors were encountered: