Skip to content

Commit

Permalink
Merge pull request #5 from fredrikaverpil/main
Browse files Browse the repository at this point in the history
feat(go): switch to neotest-golang
  • Loading branch information
adibhanna authored Sep 16, 2024
2 parents b724ffc + 71331e5 commit 7cc95cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/plugins/neotest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ return {
"nvim-lua/plenary.nvim",
"nvim-treesitter/nvim-treesitter",
"antoinemadec/FixCursorHold.nvim",
"nvim-neotest/neotest-go",
"nvim-neotest/neotest-golang",
},
keys = {
{
Expand Down Expand Up @@ -74,7 +74,7 @@ return {
require("neotest").setup({
-- your neotest config here
adapters = {
require("neotest-go"),
require("neotest-golang"),
},
icons = {
child_indent = "",
Expand Down

0 comments on commit 7cc95cd

Please sign in to comment.