Skip to content

Commit 6df1e70

Browse files
committed
Add neotest-dotnet plugin
1 parent 91e1a54 commit 6df1e70

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

lua/custom/plugins/init.lua

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,21 @@ return {
9393
},
9494
},
9595
{ 'Issafalcon/neotest-dotnet' },
96+
{
97+
'nvim-neotest/neotest',
98+
dependencies = {
99+
'nvim-neotest/nvim-nio',
100+
'nvim-lua/plenary.nvim',
101+
'antoinemadec/FixCursorHold.nvim',
102+
'nvim-treesitter/nvim-treesitter',
103+
'Issafalcon/neotest-dotnet',
104+
},
105+
config = function()
106+
require('neotest').setup {
107+
adapters = {
108+
require 'neotest-dotnet',
109+
},
110+
}
111+
end,
112+
},
96113
}

0 commit comments

Comments
 (0)