neotest removed

I have removed neotest as my configuration is taking a while to load. I suspect that the current strategy for discovering tests is also slowing down the solution
This commit is contained in:
Kasper Sternberg 2024-03-15 14:01:36 +01:00
parent 0a9220cdc2
commit 94101216dc
2 changed files with 0 additions and 34 deletions

View file

@ -1,14 +0,0 @@
return {
'nvim-neotest/neotest',
dependencies = {
'Issafalcon/neotest-dotnet',
},
config = function()
require('neotest').setup {
adapters = {
require 'neotest-dotnet',
},
discovery_root = 'solution',
}
end,
}