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 = {
file_ignore_patterns = {
"node_modules",
".idea",
"%.idea",
"project/target", --https://www.lua.org/pil/20.2.html
"target", --https://www.lua.org/pil/20.2.html
".cache",
".cpcache",
"%.cache",
"%.cpcache",
"cljs%-runtime" },
mappings = {
i = {