add scala support
This commit is contained in:
parent
f0e6f421fe
commit
7530c4c2b6
3 changed files with 9 additions and 0 deletions
2
init.lua
2
init.lua
|
|
@ -132,6 +132,8 @@ telscope.setup {
|
|||
file_ignore_patterns = {
|
||||
"node_modules",
|
||||
".idea",
|
||||
"project/target", --https://www.lua.org/pil/20.2.html
|
||||
"target", --https://www.lua.org/pil/20.2.html
|
||||
".cache",
|
||||
".cpcache",
|
||||
"cljs%-runtime" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue