mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
tests/magma-nvim: disable
Broken package dependency.
This commit is contained in:
parent
a3806b14c9
commit
e246bd57da
1 changed files with 3 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue