Merge branch 'neovim-0.5.0' of github.com:esensar/dotfiles into neovim-0.5.0

pull/1/head
Ensar Sarajčić 2021-06-01 13:05:35 +02:00
commit efcc90dc72
1 changed files with 2 additions and 2 deletions

View File

@ -177,7 +177,7 @@ local dotnet_solution_config = {
["src/**/appsettings*json"] = {
type = "appsettings"
},
["src/**/*.cs"] = {
["src/*.cs"] = {
type = "source",
alternate = "tests/{dirname}.Tests/{basename}Tests.cs",
template = {
@ -215,7 +215,7 @@ local dotnet_solution_config = {
type = "test",
alternate = "src/{dirname}/Extensions/{basename}.cs"
},
["tests/**/*Tests.cs"] = {
["tests/*Tests.cs"] = {
type = "test",
alternate = "src/{dirname}/{basename}.cs",
template = {