diff --git a/tests/test-sources/plugins/utils/multicursors.nix b/tests/test-sources/plugins/utils/multicursors.nix index 01584f1f..a8dd9304 100644 --- a/tests/test-sources/plugins/utils/multicursors.nix +++ b/tests/test-sources/plugins/utils/multicursors.nix @@ -1,11 +1,17 @@ { 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 = { 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; createCommands = true;