Neovim and telescope:find files with two strings

1.5k Views Asked by At

I am using telescope with Neovim to find files quickly. However, when I try to input two search strings seperate by space, telescope does not list any files. How can I search for files with two individual substrings in their path?

1

There are 1 best solutions below

1
On BEST ANSWER

As Telescope is a fuzzy finder, you don't need to separate search by spaces, just type all together.

For example, if you have a file named some_python_script.py it will appear as a result of the query: somescript