Fix projectionist heuristics for lua vim plugins
parent
0337ac7067
commit
83e64d1950
|
@ -272,9 +272,13 @@ local lua_vim_plugin_config = {
|
|||
},
|
||||
["lua/*.lua"] = {
|
||||
type = "source",
|
||||
alternate = "test/{}.lua",
|
||||
alternate = "tests/{}.lua",
|
||||
template = {
|
||||
'describe("{}:", function()',
|
||||
"end)",
|
||||
},
|
||||
},
|
||||
["test/*.lua"] = {
|
||||
["tests/*.lua"] = {
|
||||
type = "test",
|
||||
alternate = "lua/{}.lua",
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue