diff --git a/nvim/lua/user/plugins/lang/go.lua b/nvim/lua/user/plugins/lang/go.lua index 2f538ca..0d10658 100644 --- a/nvim/lua/user/plugins/lang/go.lua +++ b/nvim/lua/user/plugins/lang/go.lua @@ -57,5 +57,18 @@ return { opts = { servers = lspservers }, - } + }, + { + "nvim-neotest/neotest", + optional = true, + ft = { "go" }, + dependencies = { + "nvim-neotest/neotest-go", + }, + opts = { + adapters = { + ["neotest-go"] = {} + } + } + }, }