Skip to content

Commit

Permalink
docs: add nvim-nio (missing from readme)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Jun 20, 2024
1 parent ad97cd3 commit 64044ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,10 @@ return {
{
"nvim-neotest/neotest",
dependencies = {
"nvim-neotest/nvim-nio",
"nvim-lua/plenary.nvim",
"nvim-treesitter/nvim-treesitter",
"antoinemadec/FixCursorHold.nvim",
"nvim-treesitter/nvim-treesitter",
"fredrikaverpil/neotest-golang", -- Installation
},
config = function()
Expand Down Expand Up @@ -175,15 +176,14 @@ return {
"nvim-neotest/neotest",
event = "VeryLazy",
dependencies = {
"nvim-neotest/nvim-nio",
"nvim-lua/plenary.nvim",
"antoinemadec/FixCursorHold.nvim",
"nvim-treesitter/nvim-treesitter",

"nvim-neotest/neotest-plenary",
"nvim-neotest/neotest-vim-test",

"nvim-neotest/nvim-nio",

{
"fredrikaverpil/neotest-golang",
dependencies = {
Expand Down

0 comments on commit 64044ce

Please sign in to comment.