tests/plugins/multicursors: fix + re-enable hint.border example

[Hydra.nvim] Option "hint.border" has been deprecated and will be removed on 2024-02-01 -- See hint.float_opts
This commit is contained in:
Matt Sturgeon
2026-06-08 02:02:17 +00:00
parent 43aea9e358
commit 64f08f9a85
@@ -40,10 +40,7 @@
example = {
plugins.multicursors = {
# 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;
enable = true;
settings = {
DEBUG_MODE = false;
@@ -85,7 +82,7 @@
type = "window";
position = "bottom";
offset = 0;
border = "none";
float_opts.border = "none";
show_name = true;
funcs.__raw = "nil";
};