mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +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 = {
|
||||
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