mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
tests/multicursors: disable while waiting for upstream fix
This commit is contained in:
parent
bea3589798
commit
823c701ee3
1 changed files with 8 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue