From 823c701ee3028a014e4b33f73ed81ace21b10fd0 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 26 Apr 2024 13:54:00 +0200 Subject: [PATCH] tests/multicursors: disable while waiting for upstream fix --- tests/test-sources/plugins/utils/multicursors.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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;