parent
9980e8999d
commit
f42cf8f7c7
|
@ -341,8 +341,12 @@ require("lazy").setup({
|
||||||
alternate = "{}_test.go",
|
alternate = "{}_test.go",
|
||||||
type = "source",
|
type = "source",
|
||||||
},
|
},
|
||||||
|
["*_generated.go"] = {
|
||||||
|
alternate = "{}_test.go",
|
||||||
|
type = "source",
|
||||||
|
},
|
||||||
["*_test.go"] = {
|
["*_test.go"] = {
|
||||||
alternate = "{}.go",
|
alternate = { "{}.go", "{}_generated.go" },
|
||||||
type = "test",
|
type = "test",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue