fix bug in the telescope ignore patterns
This commit is contained in:
parent
c4a78493d4
commit
d0d4aedacb
6
init.lua
6
init.lua
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue