nvim-telescope / telescope-live-grep-args.nvim

Live grep with args
695 stars 36 forks source link

Feature request: No hide result when typing ripgrep option #40

Open fjchen7 opened 1 year ago

fjchen7 commented 1 year ago

For example, my search key is "foo" --iglob **/bar/**. When I type to "foo", it shows results. However when I type to "foo" - all results dispaear. The new results shows util I typing out the entire --iglob **/bar/**.

I always forget the glob I would like to use when results are dismissed. Can we ignore --option until typing it all, like search until meeting next space or some key.