Skip to content

Commit

Permalink
Merge pull request #183 from fczuardi/patch-1
Browse files Browse the repository at this point in the history
add missing dependency to neotest.lua
  • Loading branch information
MickTheRus authored Dec 11, 2024
2 parents 0235c4b + 06a8476 commit a3def61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/user/neotest.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
local M = {
"nvim-neotest/neotest",
dependencies = {
"nvim-neotest/nvim-nio",
"nvim-treesitter/nvim-treesitter",
-- general tests
"vim-test/vim-test",
Expand Down

0 comments on commit a3def61

Please sign in to comment.