tests/multicursors: disable while waiting for upstream fix

This commit is contained in:
Gaetan Lepage 2024-04-26 13:54:00 +02:00 committed by Gaétan Lepage
parent bea3589798
commit 823c701ee3

View file

@ -1,11 +1,17 @@
{ {
empty = { empty = {
plugins.multicursors.enable = true; # ERROR: [Hydra.nvim] Option "hint.border" has been deprecated and will be removed on 2024-02-01 -- See hint.float_opts
# Will be fixed by:
# https://github.com/smoka7/multicursors.nvim/pull/91
plugins.multicursors.enable = false;
}; };
example = { example = {
plugins.multicursors = { plugins.multicursors = {
enable = true; # ERROR: [Hydra.nvim] Option "hint.border" has been deprecated and will be removed on 2024-02-01 -- See hint.float_opts
# Will be fixed by:
# https://github.com/smoka7/multicursors.nvim/pull/91
enable = false;
debugMode = false; debugMode = false;
createCommands = true; createCommands = true;