We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91e1a54 commit 6df1e70Copy full SHA for 6df1e70
lua/custom/plugins/init.lua
@@ -93,4 +93,21 @@ return {
93
},
94
95
{ '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
113
}
0 commit comments