Neovim 0.5.0 migration #1

Merged
esensar merged 75 commits from neovim-0.5.0 into main 2021-07-05 09:34:51 +00:00
Showing only changes of commit efcc90dc72 - Show all commits

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 = {