mirror of
https://github.com/pnx/dotfiles
synced 2026-07-03 23:13:39 +02:00
nvim: go: add neotest adapter.
This commit is contained in:
parent
bac6a3a280
commit
40bfbc6dc3
1 changed files with 14 additions and 1 deletions
|
|
@ -57,5 +57,18 @@ return {
|
||||||
opts = {
|
opts = {
|
||||||
servers = lspservers
|
servers = lspservers
|
||||||
},
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"nvim-neotest/neotest",
|
||||||
|
optional = true,
|
||||||
|
ft = { "go" },
|
||||||
|
dependencies = {
|
||||||
|
"nvim-neotest/neotest-go",
|
||||||
|
},
|
||||||
|
opts = {
|
||||||
|
adapters = {
|
||||||
|
["neotest-go"] = {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue