Skip to content

Commit d14b5c5

Browse files
committed
fix(neotest): neodev should not be a hard dependency
1 parent 9b7efc7 commit d14b5c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/astrocommunity/test/neotest/init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ return {
9494
},
9595
{
9696
"folke/neodev.nvim",
97+
optional = true,
9798
opts = function(_, opts)
9899
opts.library = opts.library or {}
99100
if opts.library.plugins ~= true then

0 commit comments

Comments
 (0)