mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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 = {
|
empty = {
|
||||||
plugins.magma-nvim.enable = true;
|
plugins.magma-nvim.enable = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
defaults = {
|
defaults = {
|
||||||
plugins.magma-nvim = {
|
plugins.magma-nvim = {
|
||||||
enable = true;
|
enable = false;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
image_provider = "none";
|
image_provider = "none";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue