tests/plugins/sniprun: disable old irrelevant test for sniprun

This commit is contained in:
Gaetan Lepage 2024-06-18 16:41:50 +02:00 committed by Gaétan Lepage
parent 9ed3538685
commit c2c81a2734

View file

@ -1,52 +0,0 @@
{
empty = {
plugins.sniprun.enable = true;
};
default = {
plugins.sniprun = {
enable = true;
selectedInterpreters = [ ];
replEnable = [ ];
replDisable = [ ];
interpreterOptions = { };
display = [
"Classic"
"VirtualTextOk"
];
liveDisplay = [ "VirtualTextOk" ];
displayOptions = {
terminalWidth = 45;
notificationTimeout = 5;
};
showNoOutput = [
"Classic"
"TempFloatingWindow"
];
snipruncolors = {
SniprunVirtualTextOk = {
bg = "#66eeff";
fg = "#000000";
ctermbg = "Cyan";
ctermfg = "Black";
};
SniprunFloatingWinOk = {
fg = "#66eeff";
ctermfg = "Cyan";
};
SniprunVirtualTextErr = {
bg = "#881515";
fg = "#000000";
ctermbg = "DarkRed";
ctermfg = "Black";
};
SniprunFloatingWinErr = {
fg = "#881515";
ctermfg = "DarkRed";
};
};
liveModeToggle = "off";
borders = "single";
};
};
}