Skip to content

Commit

Permalink
tests/magma-nvim: disable
Browse files Browse the repository at this point in the history
Broken package dependency.
  • Loading branch information
khaneliman committed Oct 4, 2024
1 parent a3806b1 commit e246bd5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test-sources/plugins/utils/magma-nvim.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
# NOTE: broken package
empty = {
plugins.magma-nvim.enable = true;
plugins.magma-nvim.enable = false;
};

defaults = {
plugins.magma-nvim = {
enable = true;
enable = false;

settings = {
image_provider = "none";
Expand Down

0 comments on commit e246bd5

Please sign in to comment.