fix bug in the telescope ignore patterns

This commit is contained in:
mjhika 2024-02-18 23:20:34 -05:00
parent c4a78493d4
commit d0d4aedacb
1 changed files with 3 additions and 3 deletions

View File

@ -131,11 +131,11 @@ telscope.setup {
defaults = { defaults = {
file_ignore_patterns = { file_ignore_patterns = {
"node_modules", "node_modules",
".idea", "%.idea",
"project/target", --https://www.lua.org/pil/20.2.html "project/target", --https://www.lua.org/pil/20.2.html
"target", --https://www.lua.org/pil/20.2.html "target", --https://www.lua.org/pil/20.2.html
".cache", "%.cache",
".cpcache", "%.cpcache",
"cljs%-runtime" }, "cljs%-runtime" },
mappings = { mappings = {
i = { i = {