Added base plugin to personal fork
This commit is contained in:
parent
c9122e89e3
commit
9dd65a9706
5 changed files with 66 additions and 3 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