ChristianChiarulli / lvim

My config for LunarVim
https://www.lunarvim.org
285 stars 91 forks source link

Telescope file_ignore_patterns #7

Open piwer opened 1 year ago

piwer commented 1 year ago

In Your setup there is pattern in ignore section of Telescope that prevents grepping in files that are inside settings folder. F.ex: app/components/settings/file.js rg does not search in file.js. Found this after a while. Maybe consider changing into %.settings ?

https://github.com/ChristianChiarulli/lvim/blob/fc2b33fcd42a6b530f90b2dce13772845ae575af/lua/user/telescope.lua#L22