parent
94101216dc
commit
df632e7c54
2 changed files with 34 additions and 0 deletions
14
lua/custom/plugins/neotest-dotnet.lua
Normal file
14
lua/custom/plugins/neotest-dotnet.lua
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
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