mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 10:14:03 -05:00
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:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user