1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 19:30:01 +02:00

nvim: go: add neotest adapter.

This commit is contained in:
Henrik Hautakoski 2024-09-08 13:36:50 +02:00
parent bac6a3a280
commit 40bfbc6dc3

View file

@ -57,5 +57,18 @@ return {
opts = {
servers = lspservers
},
}
},
{
"nvim-neotest/neotest",
optional = true,
ft = { "go" },
dependencies = {
"nvim-neotest/neotest-go",
},
opts = {
adapters = {
["neotest-go"] = {}
}
}
},
}