Skip to content

Commit

Permalink
fix(neotest): neodev should not be a hard dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Sep 18, 2024
1 parent 9b7efc7 commit d14b5c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/astrocommunity/test/neotest/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ return {
},
{
"folke/neodev.nvim",
optional = true,
opts = function(_, opts)
opts.library = opts.library or {}
if opts.library.plugins ~= true then
Expand Down

0 comments on commit d14b5c5

Please sign in to comment.