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:
parent
0a9220cdc2
commit
94101216dc
2 changed files with 0 additions and 34 deletions
|
|
@ -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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue